#CDE4D4

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

Shades of Granny Apple #CDE4D4

Tints of Granny Apple #CDE4D4

Color information

#CDE4D4 (or 0xCDE4D4) is unknown color: approx Granny Apple. HEX triplet: CD, E4 and D4. RGB value is (205,228,212). Sum of RGB (Red+Green+Blue) = 205+228+212=645 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.78% from 645); Green value is 228 (89.45% from 255 or 35.35% from 645); Blue value is 212 (83.20% from 255 or 32.87% from 645); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE4D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE4D4 is #321B2B. Grayscale: #DBDBDB. Windows color (decimal): -3283756 or 13952205. OLE color: 13952205.

HSL color Cylindrical-coordinate representation of color #CDE4D4: hue angle of 138.26º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDE4D4 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB205228212-
CMYK0.1000.070.11
HSL138.26º29.87%84.9%-
HSV(B)138.26º10.09%89.41%-
XYZ64.873.2273-
YUV219.3123.88117.8-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.78%
GREEN value IS 228 (89.45% from 255) = 35.35%
BLUE value IS 212 (83.20% from 255) = 32.87%
R=31.78%
G=35.35%
B=32.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2052282120.1000.070.11138.2629.8784.9
HexCDE4D4A07B8a1e55
Octal31534432412071321236125
Binary11001101111001001101010010100111101110001010111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE4D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE4D4; }

 p { color: rgb(205,228,212); }

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

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

 a { background-color: rgb(205,228,212); }

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

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

 span { border-color: rgb(205,228,212); }

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