Html Css Color HEX #CFE8AB Reef

📋 copy color: '#CFE8AB'

red 207 ◦ green 232 ◦ blue 171

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

Shades of Reef #CFE8AB

Tints of Reef #CFE8AB

RGB

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

 GREEN value IS 232 (91.02% from 255) = 38.03%

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

R = 33.93%
G = 38.03%
B = 28.03%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#CFE8AB (or 0xCFE8AB) is known color: Reef. HEX triplet: CF, E8 and AB. RGB value is (207,232,171). Sum of RGB (Red+Green+Blue) = 207+232+171=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 232 (91.02% from 255 or 38.03% from 610); Blue value is 171 (67.19% from 255 or 28.03% from 610); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE8AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE8AB is #301754. Grayscale: #D9D9D9. Windows color (decimal): -3151701 or 11266255. OLE color: 11266255.

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

Color convert

RGB 207 232 171 -
CMYK 0.11 0 0.26 0.09
HSL 84.59º 0.57% 0.79% -
HSV(B) 84.59º 0.26% 0.91% -
XYZ 61.94 73.92 49.53 -
YUV 217.57 101.72 120.46 -
System Red Green Blue C M Y K H S L
Decimal 207 232 171 0.11 0 0.26 0.09 84.59 0.57 0.79
Hex CF E8 AB B 0 1A 9 55 39 4F
Octal 317 350 253 13 0 32 11 125 71 117
Binary 11001111 11101000 10101011 1011 0 11010 1001 1010101 111001 1001111

Color Harmonies of #CFE8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE8AB

Black with #CFE8AB

Text Example


Text Example

White with #CFE8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE8AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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