Html Css Color HEX #CCEA9D Reef

📋 copy color: '#CCEA9D'

red 204 ◦ green 234 ◦ blue 157

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

Shades of Reef #CCEA9D

Tints of Reef #CCEA9D

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.33%

 BLUE value IS 157 (61.72% from 255) = 26.39%

R = 34.29%
G = 39.33%
B = 26.39%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#CCEA9D (or 0xCCEA9D) is known color: Reef. HEX triplet: CC, EA and 9D. RGB value is (204,234,157). Sum of RGB (Red+Green+Blue) = 204+234+157=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 234 (91.80% from 255 or 39.33% from 595); Blue value is 157 (61.72% from 255 or 26.39% from 595); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEA9D is #331562. Grayscale: #D8D8D8. Windows color (decimal): -3347811 or 10349260. OLE color: 10349260.

HSL color Cylindrical-coordinate representation of color #CCEA9D: hue angle of 83.38º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCEA9D is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 234 157 -
CMYK 0.13 0 0.33 0.08
HSL 83.38º 0.65% 0.77% -
HSV(B) 83.38º 0.33% 0.92% -
XYZ 60.41 74.12 43.02 -
YUV 216.25 94.56 119.26 -
System Red Green Blue C M Y K H S L
Decimal 204 234 157 0.13 0 0.33 0.08 83.38 0.65 0.77
Hex CC EA 9D D 0 21 8 53 41 4D
Octal 314 352 235 15 0 41 10 123 101 115
Binary 11001100 11101010 10011101 1101 0 100001 1000 1010011 1000001 1001101

Color Harmonies of #CCEA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEA9D

Black with #CCEA9D

Text Example


Text Example

White with #CCEA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEA9D; }

 p { color: rgb(204,234,157); }

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

background-color css

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

 a { background-color: rgb(204,234,157); }

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

border-color css

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

 span { border-color: rgb(204,234,157); }

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