#CBDACF

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

Shades of Granny Apple #CBDACF

Tints of Granny Apple #CBDACF

Color information

#CBDACF (or 0xCBDACF) is unknown color: approx Granny Apple. HEX triplet: CB, DA and CF. RGB value is (203,218,207). Sum of RGB (Red+Green+Blue) = 203+218+207=628 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.32% from 628); Green value is 218 (85.55% from 255 or 34.71% from 628); Blue value is 207 (81.25% from 255 or 32.96% from 628); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDACF is #342530. Grayscale: #D4D4D4. Windows color (decimal): -3417393 or 13621963. OLE color: 13621963.

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

Color convert

RGB203218207-
CMYK0.0700.050.15
HSL136º16.85%82.55%-
HSV(B)136º6.88%85.49%-
XYZ60.9667.3468.82-
YUV212.26125.03121.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.32%
GREEN value IS 218 (85.55% from 255) = 34.71%
BLUE value IS 207 (81.25% from 255) = 32.96%
R=32.32%
G=34.71%
B=32.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2032182070.0700.050.1513616.8582.55
HexCBDACF705F881153
Octal3133323177051721021123
Binary1100101111011010110011111110101111110001000100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDACF; }

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

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

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

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

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

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

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

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