#CDDEDB

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

Shades of Jagged Ice #CDDEDB

Tints of Jagged Ice #CDDEDB

Color information

#CDDEDB (or 0xCDDEDB) is unknown color: approx Jagged Ice. HEX triplet: CD, DE and DB. RGB value is (205,222,219). Sum of RGB (Red+Green+Blue) = 205+222+219=646 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.73% from 646); Green value is 222 (87.11% from 255 or 34.37% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 222 - color contains mainly: green. Hex color #CDDEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDEDB is #322124. Grayscale: #D8D8D8. Windows color (decimal): -3285285 or 14409421. OLE color: 14409421.

HSL color Cylindrical-coordinate representation of color #CDDEDB: hue angle of 169.41º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CDDEDB is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB205222219-
CMYK0.0800.010.13
HSL169.41º20.48%83.73%-
HSV(B)169.41º7.66%87.06%-
XYZ64.0870.3477.22-
YUV216.58129.37119.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.73%
GREEN value IS 222 (87.11% from 255) = 34.37%
BLUE value IS 219 (85.94% from 255) = 33.90%
R=31.73%
G=34.37%
B=33.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052222190.0800.010.13169.4120.4883.73
HexCDDEDB801Da91454
Octal31533633310011525124124
Binary110011011101111011011011100001110110101001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDEDB; }

 p { color: rgb(205,222,219); }

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

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

 a { background-color: rgb(205,222,219); }

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

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

 span { border-color: rgb(205,222,219); }

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