Html Css Color HEX #CCE1D0 Granny Apple

📋 copy color: '#CCE1D0'

red 204 ◦ green 225 ◦ blue 208

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

Shades of Granny Apple #CCE1D0

Tints of Granny Apple #CCE1D0

RGB

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

 GREEN value IS 225 (88.28% from 255) = 35.32%

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

R = 32.03%
G = 35.32%
B = 32.65%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#CCE1D0 (or 0xCCE1D0) is known color: Granny Apple. HEX triplet: CC, E1 and D0. RGB value is (204,225,208). Sum of RGB (Red+Green+Blue) = 204+225+208=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 225 (88.28% from 255 or 35.32% from 637); Blue value is 208 (81.64% from 255 or 32.65% from 637); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE1D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE1D0 is #331E2F. Grayscale: #D8D8D8. Windows color (decimal): -3350064 or 13689292. OLE color: 13689292.

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

Color convert

RGB 204 225 208 -
CMYK 0.09 0 0.08 0.12
HSL 131.43º 0.26% 0.84% -
HSV(B) 131.43º 0.09% 0.88% -
XYZ 63.21 71.24 70.09 -
YUV 216.78 123.04 118.88 -
System Red Green Blue C M Y K H S L
Decimal 204 225 208 0.09 0 0.08 0.12 131.43 0.26 0.84
Hex CC E1 D0 9 0 8 C 83 1A 54
Octal 314 341 320 11 0 10 14 203 32 124
Binary 11001100 11100001 11010000 1001 0 1000 1100 10000011 11010 1010100

Color Harmonies of #CCE1D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE1D0

Black with #CCE1D0

Text Example


Text Example

White with #CCE1D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE1D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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