#CDDBD1

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

Shades of Granny Apple #CDDBD1

Tints of Granny Apple #CDDBD1

Color information

#CDDBD1 (or 0xCDDBD1) is unknown color: approx Granny Apple. HEX triplet: CD, DB and D1. RGB value is (205,219,209). Sum of RGB (Red+Green+Blue) = 205+219+209=633 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.39% from 633); Green value is 219 (85.94% from 255 or 34.60% from 633); Blue value is 209 (82.03% from 255 or 33.02% from 633); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDBD1 is #32242E. Grayscale: #D5D5D5. Windows color (decimal): -3286063 or 13753293. OLE color: 13753293.

HSL color Cylindrical-coordinate representation of color #CDDBD1: hue angle of 137.14º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CDDBD1 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB205219209-
CMYK0.0600.050.14
HSL137.14º16.28%83.14%-
HSV(B)137.14º6.39%85.88%-
XYZ62.0268.2570.23-
YUV213.67125.36121.81-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.39%
GREEN value IS 219 (85.94% from 255) = 34.60%
BLUE value IS 209 (82.03% from 255) = 33.02%
R=32.39%
G=34.60%
B=33.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052192090.0600.050.14137.1416.2883.14
HexCDDBD1605E891053
Octal3153333216051621120123
Binary1100110111011011110100011100101111010001001100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDBD1; }

 p { color: rgb(205,219,209); }

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

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

 a { background-color: rgb(205,219,209); }

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

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

 span { border-color: rgb(205,219,209); }

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