Html Css Color HEX #CCE0D0 Granny Apple

📋 copy color: '#CCE0D0'

red 204 ◦ green 224 ◦ blue 208

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

Shades of Granny Apple #CCE0D0

Tints of Granny Apple #CCE0D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 32.7%

R = 32.08%
G = 35.22%
B = 32.7%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#CCE0D0 (or 0xCCE0D0) is known color: Granny Apple. HEX triplet: CC, E0 and D0. RGB value is (204,224,208). Sum of RGB (Red+Green+Blue) = 204+224+208=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 224 (87.89% from 255 or 35.22% from 636); Blue value is 208 (81.64% from 255 or 32.70% from 636); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE0D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE0D0 is #331F2F. Grayscale: #D8D8D8. Windows color (decimal): -3350320 or 13689036. OLE color: 13689036.

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

Color convert

RGB 204 224 208 -
CMYK 0.09 0 0.07 0.12
HSL 132º 0.24% 0.84% -
HSV(B) 132º 0.09% 0.88% -
XYZ 62.94 70.7 70 -
YUV 216.2 123.37 119.3 -
System Red Green Blue C M Y K H S L
Decimal 204 224 208 0.09 0 0.07 0.12 132 0.24 0.84
Hex CC E0 D0 9 0 7 C 84 18 54
Octal 314 340 320 11 0 7 14 204 30 124
Binary 11001100 11100000 11010000 1001 0 111 1100 10000100 11000 1010100

Color Harmonies of #CCE0D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE0D0

Black with #CCE0D0

Text Example


Text Example

White with #CCE0D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE0D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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