#CBDED0

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

Shades of Granny Apple #CBDED0

Tints of Granny Apple #CBDED0

Color information

#CBDED0 (or 0xCBDED0) is unknown color: approx Granny Apple. HEX triplet: CB, DE and D0. RGB value is (203,222,208). Sum of RGB (Red+Green+Blue) = 203+222+208=633 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.07% from 633); Green value is 222 (87.11% from 255 or 35.07% from 633); Blue value is 208 (81.64% from 255 or 32.86% from 633); Max value from RGB is 222 - color contains mainly: green. Hex color #CBDED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDED0 is #34212F. Grayscale: #D6D6D6. Windows color (decimal): -3416368 or 13688523. OLE color: 13688523.

HSL color Cylindrical-coordinate representation of color #CBDED0: hue angle of 135.79º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBDED0 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB203222208-
CMYK0.0900.060.13
HSL135.79º22.35%83.33%-
HSV(B)135.79º8.56%87.06%-
XYZ62.1469.4969.81-
YUV214.72124.21119.64-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.07%
GREEN value IS 222 (87.11% from 255) = 35.07%
BLUE value IS 208 (81.64% from 255) = 32.86%
R=32.07%
G=35.07%
B=32.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032222080.0900.060.13135.7922.3583.33
HexCBDED0906D881653
Octal31333632011061521026123
Binary11001011110111101101000010010110110110001000101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDED0; }

 p { color: rgb(203,222,208); }

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

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

 a { background-color: rgb(203,222,208); }

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

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

 span { border-color: rgb(203,222,208); }

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