Html Css Color HEX #CCE4AD Reef

📋 copy color: '#CCE4AD'

red 204 ◦ green 228 ◦ blue 173

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

Shades of Reef #CCE4AD

Tints of Reef #CCE4AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 28.6%

R = 33.72%
G = 37.69%
B = 28.6%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#CCE4AD (or 0xCCE4AD) is known color: Reef. HEX triplet: CC, E4 and AD. RGB value is (204,228,173). Sum of RGB (Red+Green+Blue) = 204+228+173=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 228 (89.45% from 255 or 37.69% from 605); Blue value is 173 (67.97% from 255 or 28.60% from 605); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE4AD is #331B52. Grayscale: #D6D6D6. Windows color (decimal): -3349331 or 11396300. OLE color: 11396300.

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

Color convert

RGB 204 228 173 -
CMYK 0.11 0 0.24 0.11
HSL 86.18º 0.5% 0.79% -
HSV(B) 86.18º 0.24% 0.89% -
XYZ 60.19 71.34 50.13 -
YUV 214.55 104.55 120.47 -
System Red Green Blue C M Y K H S L
Decimal 204 228 173 0.11 0 0.24 0.11 86.18 0.5 0.79
Hex CC E4 AD B 0 18 B 56 32 4F
Octal 314 344 255 13 0 30 13 126 62 117
Binary 11001100 11100100 10101101 1011 0 11000 1011 1010110 110010 1001111

Color Harmonies of #CCE4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE4AD

Black with #CCE4AD

Text Example


Text Example

White with #CCE4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE4AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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