Html Css Color HEX #CEE1AB Reef

📋 copy color: '#CEE1AB'

red 206 ◦ green 225 ◦ blue 171

#CEE1AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #CEE1AB

Tints of Reef #CEE1AB

RGB

 RED value IS 206 (80.86% from 255) = 34.22%

 GREEN value IS 225 (88.28% from 255) = 37.38%

 BLUE value IS 171 (67.19% from 255) = 28.41%

R = 34.22%
G = 37.38%
B = 28.41%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.24

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CEE1AB (or 0xCEE1AB) is known color: Reef. HEX triplet: CE, E1 and AB. RGB value is (206,225,171). Sum of RGB (Red+Green+Blue) = 206+225+171=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 225 (88.28% from 255 or 37.38% from 602); Blue value is 171 (67.19% from 255 or 28.41% from 602); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE1AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEE1AB is #311E54. Grayscale: #D5D5D5. Windows color (decimal): -3219029 or 11264462. OLE color: 11264462.

HSL color Cylindrical-coordinate representation of color #CEE1AB: hue angle of 81.11º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEE1AB is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 225 171 -
CMYK 0.08 0 0.24 0.12
HSL 81.11º 0.47% 0.78% -
HSV(B) 81.11º 0.24% 0.88% -
XYZ 59.73 69.91 48.87 -
YUV 213.16 104.21 122.89 -
System Red Green Blue C M Y K H S L
Decimal 206 225 171 0.08 0 0.24 0.12 81.11 0.47 0.78
Hex CE E1 AB 8 0 18 C 51 2F 4E
Octal 316 341 253 10 0 30 14 121 57 116
Binary 11001110 11100001 10101011 1000 0 11000 1100 1010001 101111 1001110

Color Harmonies of #CEE1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE1AB

Black with #CEE1AB

Text Example


Text Example

White with #CEE1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE1AB; }

 p { color: rgb(206,225,171); }

 H1.HeaderClassName
 {
   color: #CEE1AB;
 }
 .AnyTagClassName
 {
   color: #CEE1AB;
 }
</style>

background-color css

<style>
 a { background-color: #CEE1AB; }

 a { background-color: rgb(206,225,171); }

 div.DivClassName
 {
   background-color: #CEE1AB;
 }
 .BgClassName
 {
   background-color: #CEE1AB;
 }
</style>

border-color css

<style>
 span { border-color: #CEE1AB; }

 span { border-color: rgb(206,225,171); }

 td.TdClassName
 {
   border-color: #CEE1AB;
 }
 .TagClassName
 {
   border-color: #CEE1AB;
 }
</style>