#CBDCD9

Color #CBDCD9 Jagged Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagged Ice #CBDCD9

Tints of Jagged Ice #CBDCD9

Color information

#CBDCD9 (or 0xCBDCD9) is unknown color: approx Jagged Ice. HEX triplet: CB, DC and D9. RGB value is (203,220,217). Sum of RGB (Red+Green+Blue) = 203+220+217=640 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.72% from 640); Green value is 220 (86.33% from 255 or 34.38% from 640); Blue value is 217 (85.16% from 255 or 33.91% from 640); Max value from RGB is 220 - color contains mainly: green. Hex color #CBDCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDCD9 is #342326. Grayscale: #D6D6D6. Windows color (decimal): -3416871 or 14277835. OLE color: 14277835.

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

Color convert

RGB203220217-
CMYK0.0800.010.14
HSL169.41º19.54%82.94%-
HSV(B)169.41º7.73%86.27%-
XYZ62.7568.8975.64-
YUV214.58129.37119.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.72%
GREEN value IS 220 (86.33% from 255) = 34.38%
BLUE value IS 217 (85.16% from 255) = 33.91%
R=31.72%
G=34.38%
B=33.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2032202170.0800.010.14169.4119.5482.94
HexCBDCD9801Ea91453
Octal31333433110011625124123
Binary110010111101110011011001100001111010101001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDCD9; }

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

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

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

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

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

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

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

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