Html Css Color HEX #CCE0D1 Granny Apple

📋 copy color: '#CCE0D1'

red 204 ◦ green 224 ◦ blue 209

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

Shades of Granny Apple #CCE0D1

Tints of Granny Apple #CCE0D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 32.81%

R = 32.03%
G = 35.16%
B = 32.81%

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

#CCE0D1 (or 0xCCE0D1) is known color: Granny Apple. HEX triplet: CC, E0 and D1. RGB value is (204,224,209). Sum of RGB (Red+Green+Blue) = 204+224+209=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 224 (87.89% from 255 or 35.16% from 637); Blue value is 209 (82.03% from 255 or 32.81% from 637); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE0D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE0D1 is #331F2E. Grayscale: #D8D8D8. Windows color (decimal): -3350319 or 13754572. OLE color: 13754572.

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

Color convert

RGB 204 224 209 -
CMYK 0.09 0 0.07 0.12
HSL 135º 0.24% 0.84% -
HSV(B) 135º 0.09% 0.88% -
XYZ 63.07 70.75 70.65 -
YUV 216.31 123.87 119.22 -
System Red Green Blue C M Y K H S L
Decimal 204 224 209 0.09 0 0.07 0.12 135 0.24 0.84
Hex CC E0 D1 9 0 7 C 87 18 54
Octal 314 340 321 11 0 7 14 207 30 124
Binary 11001100 11100000 11010001 1001 0 111 1100 10000111 11000 1010100

Color Harmonies of #CCE0D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE0D1

Black with #CCE0D1

Text Example


Text Example

White with #CCE0D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE0D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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