#CDE3D4

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

Shades of Granny Apple #CDE3D4

Tints of Granny Apple #CDE3D4

Color information

#CDE3D4 (or 0xCDE3D4) is unknown color: approx Granny Apple. HEX triplet: CD, E3 and D4. RGB value is (205,227,212). Sum of RGB (Red+Green+Blue) = 205+227+212=644 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.83% from 644); Green value is 227 (89.06% from 255 or 35.25% from 644); Blue value is 212 (83.20% from 255 or 32.92% from 644); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE3D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE3D4 is #321C2B. Grayscale: #DADADA. Windows color (decimal): -3284012 or 13951949. OLE color: 13951949.

HSL color Cylindrical-coordinate representation of color #CDE3D4: hue angle of 139.09º degrees, saturation: 0.28, 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 #CDE3D4 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB205227212-
CMYK0.1000.070.11
HSL139.09º28.21%84.71%-
HSV(B)139.09º9.69%89.02%-
XYZ64.5372.6772.91-
YUV218.71124.21118.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.83%
GREEN value IS 227 (89.06% from 255) = 35.25%
BLUE value IS 212 (83.20% from 255) = 32.92%
R=31.83%
G=35.25%
B=32.92%

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
Decimal2052272120.1000.070.11139.0928.2184.71
HexCDE3D4A07B8b1c55
Octal31534332412071321334125
Binary11001101111000111101010010100111101110001011111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE3D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE3D4; }

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

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

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

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

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

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

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

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