#CBD9CF

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

Shades of Granny Apple #CBD9CF

Tints of Granny Apple #CBD9CF

Color information

#CBD9CF (or 0xCBD9CF) is unknown color: approx Granny Apple. HEX triplet: CB, D9 and CF. RGB value is (203,217,207). Sum of RGB (Red+Green+Blue) = 203+217+207=627 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.38% from 627); Green value is 217 (85.16% from 255 or 34.61% from 627); Blue value is 207 (81.25% from 255 or 33.01% from 627); Max value from RGB is 217 - color contains mainly: green. Hex color #CBD9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBD9CF is #342630. Grayscale: #D3D3D3. Windows color (decimal): -3417649 or 13621707. OLE color: 13621707.

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

Color convert

RGB203217207-
CMYK0.0600.050.15
HSL137.14º15.56%82.35%-
HSV(B)137.14º6.45%85.1%-
XYZ60.766.8368.73-
YUV211.67125.36121.81-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.38%
GREEN value IS 217 (85.16% from 255) = 34.61%
BLUE value IS 207 (81.25% from 255) = 33.01%
R=32.38%
G=34.61%
B=33.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2032172070.0600.050.15137.1415.5682.35
HexCBD9CF605F891052
Octal3133313176051721120122
Binary1100101111011001110011111100101111110001001100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD9CF; }

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

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

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

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

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

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

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

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