#CBDCCF

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

Shades of Granny Apple #CBDCCF

Tints of Granny Apple #CBDCCF

Color information

#CBDCCF (or 0xCBDCCF) is unknown color: approx Granny Apple. HEX triplet: CB, DC and CF. RGB value is (203,220,207). Sum of RGB (Red+Green+Blue) = 203+220+207=630 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.22% from 630); Green value is 220 (86.33% from 255 or 34.92% from 630); Blue value is 207 (81.25% from 255 or 32.86% from 630); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDCCF is #342330. Grayscale: #D5D5D5. Windows color (decimal): -3416881 or 13622475. OLE color: 13622475.

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

Color convert

RGB203220207-
CMYK0.0800.060.14
HSL134.12º19.54%82.94%-
HSV(B)134.12º7.73%86.27%-
XYZ61.4868.3968.99-
YUV213.44124.37120.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.22%
GREEN value IS 220 (86.33% from 255) = 34.92%
BLUE value IS 207 (81.25% from 255) = 32.86%
R=32.22%
G=34.92%
B=32.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2032202070.0800.060.14134.1219.5482.94
HexCBDCCF806E861453
Octal31333431710061620624123
Binary11001011110111001100111110000110111010000110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDCCF; }

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

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

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

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

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

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

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

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