Html Css Color HEX #CCE5AE Reef

📋 copy color: '#CCE5AE'

red 204 ◦ green 229 ◦ blue 174

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

Shades of Reef #CCE5AE

Tints of Reef #CCE5AE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.73%

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

R = 33.61%
G = 37.73%
B = 28.67%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#CCE5AE (or 0xCCE5AE) is known color: Reef. HEX triplet: CC, E5 and AE. RGB value is (204,229,174). Sum of RGB (Red+Green+Blue) = 204+229+174=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 229 (89.84% from 255 or 37.73% from 607); Blue value is 174 (68.36% from 255 or 28.67% from 607); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE5AE is #331A51. Grayscale: #D7D7D7. Windows color (decimal): -3349074 or 11462092. OLE color: 11462092.

HSL color Cylindrical-coordinate representation of color #CCE5AE: hue angle of 87.27º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCE5AE is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 229 174 -
CMYK 0.11 0 0.24 0.10
HSL 87.27º 0.51% 0.79% -
HSV(B) 87.27º 0.24% 0.9% -
XYZ 60.56 71.93 50.74 -
YUV 215.26 104.72 119.97 -
System Red Green Blue C M Y K H S L
Decimal 204 229 174 0.11 0 0.24 0.10 87.27 0.51 0.79
Hex CC E5 AE B 0 18 A 57 33 4F
Octal 314 345 256 13 0 30 12 127 63 117
Binary 11001100 11100101 10101110 1011 0 11000 1010 1010111 110011 1001111

Color Harmonies of #CCE5AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE5AE

Black with #CCE5AE

Text Example


Text Example

White with #CCE5AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE5AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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