#CBDCD0

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

Shades of Granny Apple #CBDCD0

Tints of Granny Apple #CBDCD0

Color information

#CBDCD0 (or 0xCBDCD0) is unknown color: approx Granny Apple. HEX triplet: CB, DC and D0. RGB value is (203,220,208). Sum of RGB (Red+Green+Blue) = 203+220+208=631 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.17% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 208 (81.64% from 255 or 32.96% from 631); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDCD0 is #34232F. Grayscale: #D5D5D5. Windows color (decimal): -3416880 or 13688011. OLE color: 13688011.

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

Color convert

RGB203220208-
CMYK0.0800.050.14
HSL137.65º19.54%82.94%-
HSV(B)137.65º7.73%86.27%-
XYZ61.6168.4469.64-
YUV213.55124.87120.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.17%
GREEN value IS 220 (86.33% from 255) = 34.87%
BLUE value IS 208 (81.64% from 255) = 32.96%
R=32.17%
G=34.87%
B=32.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2032202080.0800.050.14137.6519.5482.94
HexCBDCD0805E8a1453
Octal31333432010051621224123
Binary11001011110111001101000010000101111010001010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDCD0; }

 p { color: rgb(203,220,208); }

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

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

 a { background-color: rgb(203,220,208); }

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

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

 span { border-color: rgb(203,220,208); }

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