#CDE3CF

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

Shades of Granny Apple #CDE3CF

Tints of Granny Apple #CDE3CF

Color information

#CDE3CF (or 0xCDE3CF) is unknown color: approx Granny Apple. HEX triplet: CD, E3 and CF. RGB value is (205,227,207). Sum of RGB (Red+Green+Blue) = 205+227+207=639 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.08% from 639); Green value is 227 (89.06% from 255 or 35.52% from 639); Blue value is 207 (81.25% from 255 or 32.39% from 639); Max value from RGB is 227 - color contains mainly: green. Hex color #CDE3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE3CF is #321C30. Grayscale: #DADADA. Windows color (decimal): -3284017 or 13624269. OLE color: 13624269.

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

Color convert

RGB205227207-
CMYK0.1000.090.11
HSL125.45º28.21%84.71%-
HSV(B)125.45º9.69%89.02%-
XYZ63.9172.4269.64-
YUV218.14121.71118.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.08%
GREEN value IS 227 (89.06% from 255) = 35.52%
BLUE value IS 207 (81.25% from 255) = 32.39%
R=32.08%
G=35.52%
B=32.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2052272070.1000.090.11125.4528.2184.71
HexCDE3CFA09B7d1c55
Octal315343317120111317534125
Binary11001101111000111100111110100100110111111101111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE3CF; }

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

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

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

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

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

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

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

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