#CBDDD1

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

Shades of Granny Apple #CBDDD1

Tints of Granny Apple #CBDDD1

Color information

#CBDDD1 (or 0xCBDDD1) is unknown color: approx Granny Apple. HEX triplet: CB, DD and D1. RGB value is (203,221,209). Sum of RGB (Red+Green+Blue) = 203+221+209=633 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.07% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 209 (82.03% from 255 or 33.02% from 633); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDDD1 is #34222E. Grayscale: #D6D6D6. Windows color (decimal): -3416623 or 13753803. OLE color: 13753803.

HSL color Cylindrical-coordinate representation of color #CBDDD1: hue angle of 140º 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 #CBDDD1 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB203221209-
CMYK0.0800.050.13
HSL140º20.93%83.14%-
HSV(B)140º8.14%86.67%-
XYZ61.9969.0170.38-
YUV214.25125.04119.98-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.07%
GREEN value IS 221 (86.72% from 255) = 34.91%
BLUE value IS 209 (82.03% from 255) = 33.02%
R=32.07%
G=34.91%
B=33.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032212090.0800.050.1314020.9383.14
HexCBDDD1805D8c1553
Octal31333532110051521425123
Binary11001011110111011101000110000101110110001100101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDDD1; }

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

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

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

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

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

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

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

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