Html Css Color HEX #CCE0AD Reef

📋 copy color: '#CCE0AD'

red 204 ◦ green 224 ◦ blue 173

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

Shades of Reef #CCE0AD

Tints of Reef #CCE0AD

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.27%

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

R = 33.94%
G = 37.27%
B = 28.79%

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

#CCE0AD (or 0xCCE0AD) is known color: Reef. HEX triplet: CC, E0 and AD. RGB value is (204,224,173). Sum of RGB (Red+Green+Blue) = 204+224+173=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 224 (87.89% from 255 or 37.27% from 601); Blue value is 173 (67.97% from 255 or 28.79% from 601); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE0AD is #331F52. Grayscale: #D4D4D4. Windows color (decimal): -3350355 or 11395276. OLE color: 11395276.

HSL color Cylindrical-coordinate representation of color #CCE0AD: hue angle of 83.53º degrees, saturation: 0.45, 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 #CCE0AD is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 224 173 -
CMYK 0.09 0 0.23 0.12
HSL 83.53º 0.45% 0.78% -
HSV(B) 83.53º 0.23% 0.88% -
XYZ 59.1 69.17 49.77 -
YUV 212.21 105.87 122.15 -
System Red Green Blue C M Y K H S L
Decimal 204 224 173 0.09 0 0.23 0.12 83.53 0.45 0.78
Hex CC E0 AD 9 0 17 C 54 2D 4E
Octal 314 340 255 11 0 27 14 124 55 116
Binary 11001100 11100000 10101101 1001 0 10111 1100 1010100 101101 1001110

Color Harmonies of #CCE0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE0AD

Black with #CCE0AD

Text Example


Text Example

White with #CCE0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE0AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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