Html Css Color HEX #CFE9AB Reef

📋 copy color: '#CFE9AB'

red 207 ◦ green 233 ◦ blue 171

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

Shades of Reef #CFE9AB

Tints of Reef #CFE9AB

RGB

 RED value IS 207 (81.25% from 255) = 33.88%

 GREEN value IS 233 (91.41% from 255) = 38.13%

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

R = 33.88%
G = 38.13%
B = 27.99%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#CFE9AB (or 0xCFE9AB) is known color: Reef. HEX triplet: CF, E9 and AB. RGB value is (207,233,171). Sum of RGB (Red+Green+Blue) = 207+233+171=611 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.88% from 611); Green value is 233 (91.41% from 255 or 38.13% from 611); Blue value is 171 (67.19% from 255 or 27.99% from 611); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE9AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE9AB is #301654. Grayscale: #DADADA. Windows color (decimal): -3151445 or 11266511. OLE color: 11266511.

HSL color Cylindrical-coordinate representation of color #CFE9AB: hue angle of 85.16º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFE9AB is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB 207 233 171 -
CMYK 0.11 0 0.27 0.09
HSL 85.16º 0.58% 0.79% -
HSV(B) 85.16º 0.27% 0.91% -
XYZ 62.22 74.48 49.63 -
YUV 218.16 101.39 120.04 -
System Red Green Blue C M Y K H S L
Decimal 207 233 171 0.11 0 0.27 0.09 85.16 0.58 0.79
Hex CF E9 AB B 0 1B 9 55 3A 4F
Octal 317 351 253 13 0 33 11 125 72 117
Binary 11001111 11101001 10101011 1011 0 11011 1001 1010101 111010 1001111

Color Harmonies of #CFE9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE9AB

Black with #CFE9AB

Text Example


Text Example

White with #CFE9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE9AB; }

 p { color: rgb(207,233,171); }

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

background-color css

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

 a { background-color: rgb(207,233,171); }

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

border-color css

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

 span { border-color: rgb(207,233,171); }

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