Html Css Color HEX #CCE49D Reef

📋 copy color: '#CCE49D'

red 204 ◦ green 228 ◦ blue 157

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

Shades of Reef #CCE49D

Tints of Reef #CCE49D

RGB

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

 GREEN value IS 228 (89.45% from 255) = 38.71%

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

R = 34.63%
G = 38.71%
B = 26.66%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#CCE49D (or 0xCCE49D) is known color: Reef. HEX triplet: CC, E4 and 9D. RGB value is (204,228,157). Sum of RGB (Red+Green+Blue) = 204+228+157=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 228 (89.45% from 255 or 38.71% from 589); Blue value is 157 (61.72% from 255 or 26.66% from 589); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE49D is #331B62. Grayscale: #D4D4D4. Windows color (decimal): -3349347 or 10347724. OLE color: 10347724.

HSL color Cylindrical-coordinate representation of color #CCE49D: hue angle of 80.28º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCE49D is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 228 157 -
CMYK 0.11 0 0.31 0.11
HSL 80.28º 0.57% 0.75% -
HSV(B) 80.28º 0.31% 0.89% -
XYZ 58.73 70.76 42.46 -
YUV 212.73 96.55 121.77 -
System Red Green Blue C M Y K H S L
Decimal 204 228 157 0.11 0 0.31 0.11 80.28 0.57 0.75
Hex CC E4 9D B 0 1F B 50 39 4B
Octal 314 344 235 13 0 37 13 120 71 113
Binary 11001100 11100100 10011101 1011 0 11111 1011 1010000 111001 1001011

Color Harmonies of #CCE49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE49D

Black with #CCE49D

Text Example


Text Example

White with #CCE49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE49D; }

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

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

background-color css

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

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

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

border-color css

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

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

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