#CBDEDC

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

Shades of Jagged Ice #CBDEDC

Tints of Jagged Ice #CBDEDC

Color information

#CBDEDC (or 0xCBDEDC) is unknown color: approx Jagged Ice. HEX triplet: CB, DE and DC. RGB value is (203,222,220). Sum of RGB (Red+Green+Blue) = 203+222+220=645 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.47% from 645); Green value is 222 (87.11% from 255 or 34.42% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 222 - color contains mainly: green. Hex color #CBDEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBDEDC is #342123. Grayscale: #D8D8D8. Windows color (decimal): -3416356 or 14474955. OLE color: 14474955.

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

Color convert

RGB203222220-
CMYK0.0900.010.13
HSL173.68º22.35%83.33%-
HSV(B)173.68º8.56%87.06%-
XYZ63.6770.1177.89-
YUV216.09130.21118.66-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.47%
GREEN value IS 222 (87.11% from 255) = 34.42%
BLUE value IS 220 (86.33% from 255) = 34.11%
R=31.47%
G=34.42%
B=34.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032222200.0900.010.13173.6822.3583.33
HexCBDEDC901Dae1653
Octal31333633411011525626123
Binary110010111101111011011100100101110110101110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDEDC; }

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

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

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

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

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

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

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

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