Html Css Color HEX #CCE9AD Reef

📋 copy color: '#CCE9AD'

red 204 ◦ green 233 ◦ blue 173

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

Shades of Reef #CCE9AD

Tints of Reef #CCE9AD

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.2%

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

R = 33.44%
G = 38.2%
B = 28.36%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#CCE9AD (or 0xCCE9AD) is known color: Reef. HEX triplet: CC, E9 and AD. RGB value is (204,233,173). Sum of RGB (Red+Green+Blue) = 204+233+173=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 233 (91.41% from 255 or 38.20% from 610); Blue value is 173 (67.97% from 255 or 28.36% from 610); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE9AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCE9AD is #331652. Grayscale: #D9D9D9. Windows color (decimal): -3348051 or 11397580. OLE color: 11397580.

HSL color Cylindrical-coordinate representation of color #CCE9AD: hue angle of 89º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCE9AD is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 233 173 -
CMYK 0.12 0 0.26 0.09
HSL 89º 0.58% 0.8% -
HSV(B) 89º 0.26% 0.91% -
XYZ 61.58 74.13 50.6 -
YUV 217.49 102.89 118.38 -
System Red Green Blue C M Y K H S L
Decimal 204 233 173 0.12 0 0.26 0.09 89 0.58 0.8
Hex CC E9 AD C 0 1A 9 59 3A 50
Octal 314 351 255 14 0 32 11 131 72 120
Binary 11001100 11101001 10101101 1100 0 11010 1001 1011001 111010 1010000

Color Harmonies of #CCE9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE9AD

Black with #CCE9AD

Text Example


Text Example

White with #CCE9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE9AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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