Html Css Color HEX #CCDEA9 Reef

📋 copy color: '#CCDEA9'

red 204 ◦ green 222 ◦ blue 169

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

Shades of Reef #CCDEA9

Tints of Reef #CCDEA9

RGB

 RED value IS 204 (80.08% from 255) = 34.29%

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

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

R = 34.29%
G = 37.31%
B = 28.4%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#CCDEA9 (or 0xCCDEA9) is known color: Reef. HEX triplet: CC, DE and A9. RGB value is (204,222,169). Sum of RGB (Red+Green+Blue) = 204+222+169=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 169 (66.41% from 255 or 28.40% from 595); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDEA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCDEA9 is #332156. Grayscale: #D2D2D2. Windows color (decimal): -3350871 or 11132620. OLE color: 11132620.

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

Color convert

RGB 204 222 169 -
CMYK 0.08 0 0.24 0.13
HSL 80.38º 0.45% 0.77% -
HSV(B) 80.38º 0.24% 0.87% -
XYZ 58.18 67.94 47.58 -
YUV 210.58 104.54 123.31 -
System Red Green Blue C M Y K H S L
Decimal 204 222 169 0.08 0 0.24 0.13 80.38 0.45 0.77
Hex CC DE A9 8 0 18 D 50 2D 4D
Octal 314 336 251 10 0 30 15 120 55 115
Binary 11001100 11011110 10101001 1000 0 11000 1101 1010000 101101 1001101

Color Harmonies of #CCDEA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDEA9

Black with #CCDEA9

Text Example


Text Example

White with #CCDEA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDEA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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