Html Css Color HEX #CFDEA9 Reef

📋 copy color: '#CFDEA9'

red 207 ◦ green 222 ◦ blue 169

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

Shades of Reef #CFDEA9

Tints of Reef #CFDEA9

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.12%

 BLUE value IS 169 (66.41% from 255) = 28.26%

R = 34.62%
G = 37.12%
B = 28.26%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#CFDEA9 (or 0xCFDEA9) is known color: Reef. HEX triplet: CF, DE and A9. RGB value is (207,222,169). Sum of RGB (Red+Green+Blue) = 207+222+169=598 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.62% from 598); Green value is 222 (87.11% from 255 or 37.12% from 598); Blue value is 169 (66.41% from 255 or 28.26% from 598); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDEA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDEA9 is #302156. Grayscale: #D3D3D3. Windows color (decimal): -3154263 or 11132623. OLE color: 11132623.

HSL color Cylindrical-coordinate representation of color #CFDEA9: hue angle of 76.98º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFDEA9 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 222 169 -
CMYK 0.07 0 0.24 0.13
HSL 76.98º 0.45% 0.77% -
HSV(B) 76.98º 0.24% 0.87% -
XYZ 59.01 68.37 47.62 -
YUV 211.47 104.03 124.81 -
System Red Green Blue C M Y K H S L
Decimal 207 222 169 0.07 0 0.24 0.13 76.98 0.45 0.77
Hex CF DE A9 7 0 18 D 4D 2D 4D
Octal 317 336 251 7 0 30 15 115 55 115
Binary 11001111 11011110 10101001 111 0 11000 1101 1001101 101101 1001101

Color Harmonies of #CFDEA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFDEA9

Black with #CFDEA9

Text Example


Text Example

White with #CFDEA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFDEA9; }

 p { color: rgb(207,222,169); }

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

background-color css

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

 a { background-color: rgb(207,222,169); }

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

border-color css

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

 span { border-color: rgb(207,222,169); }

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