#CDE0D2

Color #CDE0D2 Granny Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Apple #CDE0D2

Tints of Granny Apple #CDE0D2

Color information

#CDE0D2 (or 0xCDE0D2) is unknown color: approx Granny Apple. HEX triplet: CD, E0 and D2. RGB value is (205,224,210). Sum of RGB (Red+Green+Blue) = 205+224+210=639 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.08% from 639); Green value is 224 (87.89% from 255 or 35.05% from 639); Blue value is 210 (82.42% from 255 or 32.86% from 639); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE0D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE0D2 is #321F2D. Grayscale: #D8D8D8. Windows color (decimal): -3284782 or 13820109. OLE color: 13820109.

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

Color convert

RGB205224210-
CMYK0.0800.060.12
HSL135.79º23.46%84.12%-
HSV(B)135.79º8.48%87.84%-
XYZ63.4770.9471.32-
YUV216.72124.21119.64-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.08%
GREEN value IS 224 (87.89% from 255) = 35.05%
BLUE value IS 210 (82.42% from 255) = 32.86%
R=32.08%
G=35.05%
B=32.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2052242100.0800.060.12135.7923.4684.12
HexCDE0D2806C881754
Octal31534032210061421027124
Binary11001101111000001101001010000110110010001000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE0D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE0D2; }

 p { color: rgb(205,224,210); }

 H1.HeaderClassName
 {
   color: #CDE0D2;
 }
 .AnyTagClassName
 {
   color: #CDE0D2;
 }
</style>
background-color css

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

 a { background-color: rgb(205,224,210); }

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

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

 span { border-color: rgb(205,224,210); }

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