#CDDDCF

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

Shades of Granny Apple #CDDDCF

Tints of Granny Apple #CDDDCF

Color information

#CDDDCF (or 0xCDDDCF) is unknown color: approx Granny Apple. HEX triplet: CD, DD and CF. RGB value is (205,221,207). Sum of RGB (Red+Green+Blue) = 205+221+207=633 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.39% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 207 (81.25% from 255 or 32.70% from 633); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDDCF is #322230. Grayscale: #D6D6D6. Windows color (decimal): -3285553 or 13622733. OLE color: 13622733.

HSL color Cylindrical-coordinate representation of color #CDDDCF: hue angle of 127.5º degrees, saturation: 0.19, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CDDDCF is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB205221207-
CMYK0.0700.060.13
HSL127.5º19.05%83.53%-
HSV(B)127.5º7.24%86.67%-
XYZ62.369.269.1-
YUV214.62123.7121.14-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.39%
GREEN value IS 221 (86.72% from 255) = 34.91%
BLUE value IS 207 (81.25% from 255) = 32.70%
R=32.39%
G=34.91%
B=32.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052212070.0700.060.13127.519.0583.53
HexCDDDCF706D7f1354
Octal3153353177061517723124
Binary110011011101110111001111111011011011111111100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDDCF; }

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

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

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

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

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

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

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

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