#CBDDCF

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

Shades of Granny Apple #CBDDCF

Tints of Granny Apple #CBDDCF

Color information

#CBDDCF (or 0xCBDDCF) is unknown color: approx Granny Apple. HEX triplet: CB, DD and CF. RGB value is (203,221,207). Sum of RGB (Red+Green+Blue) = 203+221+207=631 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.17% from 631); Green value is 221 (86.72% from 255 or 35.02% from 631); Blue value is 207 (81.25% from 255 or 32.81% from 631); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDDCF is #342230. Grayscale: #D6D6D6. Windows color (decimal): -3416625 or 13622731. OLE color: 13622731.

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

Color convert

RGB203221207-
CMYK0.0800.060.13
HSL133.33º20.93%83.14%-
HSV(B)133.33º8.14%86.67%-
XYZ61.7568.9169.08-
YUV214.02124.04120.14-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.17%
GREEN value IS 221 (86.72% from 255) = 35.02%
BLUE value IS 207 (81.25% from 255) = 32.81%
R=32.17%
G=35.02%
B=32.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032212070.0800.060.13133.3320.9383.14
HexCBDDCF806D851553
Octal31333531710061520525123
Binary11001011110111011100111110000110110110000101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDDCF; }

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

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

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

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

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

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

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

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