#CBDBCF

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

Shades of Granny Apple #CBDBCF

Tints of Granny Apple #CBDBCF

Color information

#CBDBCF (or 0xCBDBCF) is unknown color: approx Granny Apple. HEX triplet: CB, DB and CF. RGB value is (203,219,207). Sum of RGB (Red+Green+Blue) = 203+219+207=629 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.27% from 629); Green value is 219 (85.94% from 255 or 34.82% from 629); Blue value is 207 (81.25% from 255 or 32.91% from 629); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDBCF is #342430. Grayscale: #D4D4D4. Windows color (decimal): -3417137 or 13622219. OLE color: 13622219.

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

Color convert

RGB203219207-
CMYK0.0700.050.14
HSL135º18.18%82.75%-
HSV(B)135º7.31%85.88%-
XYZ61.2267.8668.9-
YUV212.85124.7120.98-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.27%
GREEN value IS 219 (85.94% from 255) = 34.82%
BLUE value IS 207 (81.25% from 255) = 32.91%
R=32.27%
G=34.82%
B=32.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2032192070.0700.050.1413518.1882.75
HexCBDBCF705E871253
Octal3133333177051620722123
Binary1100101111011011110011111110101111010000111100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDBCF; }

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

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

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

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

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

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

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

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