Html Css Color HEX #CCE1AE Reef

📋 copy color: '#CCE1AE'

red 204 ◦ green 225 ◦ blue 174

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

Shades of Reef #CCE1AE

Tints of Reef #CCE1AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 28.86%

R = 33.83%
G = 37.31%
B = 28.86%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#CCE1AE (or 0xCCE1AE) is known color: Reef. HEX triplet: CC, E1 and AE. RGB value is (204,225,174). Sum of RGB (Red+Green+Blue) = 204+225+174=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 225 (88.28% from 255 or 37.31% from 603); Blue value is 174 (68.36% from 255 or 28.86% from 603); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE1AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE1AE is #331E51. Grayscale: #D5D5D5. Windows color (decimal): -3350098 or 11461068. OLE color: 11461068.

HSL color Cylindrical-coordinate representation of color #CCE1AE: hue angle of 84.71º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCE1AE is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 225 174 -
CMYK 0.09 0 0.23 0.12
HSL 84.71º 0.46% 0.78% -
HSV(B) 84.71º 0.23% 0.88% -
XYZ 59.47 69.74 50.37 -
YUV 212.91 106.04 121.65 -
System Red Green Blue C M Y K H S L
Decimal 204 225 174 0.09 0 0.23 0.12 84.71 0.46 0.78
Hex CC E1 AE 9 0 17 C 55 2E 4E
Octal 314 341 256 11 0 27 14 125 56 116
Binary 11001100 11100001 10101110 1001 0 10111 1100 1010101 101110 1001110

Color Harmonies of #CCE1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE1AE

Black with #CCE1AE

Text Example


Text Example

White with #CCE1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE1AE; }

 p { color: rgb(204,225,174); }

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

background-color css

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

 a { background-color: rgb(204,225,174); }

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

border-color css

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

 span { border-color: rgb(204,225,174); }

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