Html Css Color HEX #CFE1AB Reef

📋 copy color: '#CFE1AB'

red 207 ◦ green 225 ◦ blue 171

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

Shades of Reef #CFE1AB

Tints of Reef #CFE1AB

RGB

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

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

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

R = 34.33%
G = 37.31%
B = 28.36%

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

#CFE1AB (or 0xCFE1AB) is known color: Reef. HEX triplet: CF, E1 and AB. RGB value is (207,225,171). Sum of RGB (Red+Green+Blue) = 207+225+171=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 225 (88.28% from 255 or 37.31% from 603); Blue value is 171 (67.19% from 255 or 28.36% from 603); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE1AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE1AB is #301E54. Grayscale: #D5D5D5. Windows color (decimal): -3153493 or 11264463. OLE color: 11264463.

HSL color Cylindrical-coordinate representation of color #CFE1AB: hue angle of 80º 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 #CFE1AB is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 207 225 171 -
CMYK 0.08 0 0.24 0.12
HSL 80º 0.47% 0.78% -
HSV(B) 80º 0.24% 0.88% -
XYZ 60.01 70.06 48.89 -
YUV 213.46 104.04 123.39 -
System Red Green Blue C M Y K H S L
Decimal 207 225 171 0.08 0 0.24 0.12 80 0.47 0.78
Hex CF E1 AB 8 0 18 C 50 2F 4E
Octal 317 341 253 10 0 30 14 120 57 116
Binary 11001111 11100001 10101011 1000 0 11000 1100 1010000 101111 1001110

Color Harmonies of #CFE1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE1AB

Black with #CFE1AB

Text Example


Text Example

White with #CFE1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE1AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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