#CBDDCE

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

Shades of Granny Apple #CBDDCE

Tints of Granny Apple #CBDDCE

Color information

#CBDDCE (or 0xCBDDCE) is unknown color: approx Granny Apple. HEX triplet: CB, DD and CE. RGB value is (203,221,206). Sum of RGB (Red+Green+Blue) = 203+221+206=630 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.22% from 630); Green value is 221 (86.72% from 255 or 35.08% from 630); Blue value is 206 (80.86% from 255 or 32.70% from 630); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDDCE is #342231. Grayscale: #D5D5D5. Windows color (decimal): -3416626 or 13557195. OLE color: 13557195.

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

Color convert

RGB203221206-
CMYK0.0800.070.13
HSL130º20.93%83.14%-
HSV(B)130º8.14%86.67%-
XYZ61.6368.8768.44-
YUV213.91123.54120.22-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.22%
GREEN value IS 221 (86.72% from 255) = 35.08%
BLUE value IS 206 (80.86% from 255) = 32.70%
R=32.22%
G=35.08%
B=32.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032212060.0800.070.1313020.9383.14
HexCBDDCE807D821553
Octal31333531610071520225123
Binary11001011110111011100111010000111110110000010101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDDCE; }

 p { color: rgb(203,221,206); }

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

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

 a { background-color: rgb(203,221,206); }

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

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

 span { border-color: rgb(203,221,206); }

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