#CCDDDA

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

Shades of Jagged Ice #CCDDDA

Tints of Jagged Ice #CCDDDA

Color information

#CCDDDA (or 0xCCDDDA) is unknown color: approx Jagged Ice. HEX triplet: CC, DD and DA. RGB value is (204,221,218). Sum of RGB (Red+Green+Blue) = 204+221+218=643 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.73% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 218 (85.55% from 255 or 33.90% from 643); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDDA is #332225. Grayscale: #D7D7D7. Windows color (decimal): -3351078 or 14343628. OLE color: 14343628.

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

Color convert

RGB204221218-
CMYK0.0800.010.13
HSL169.41º20%83.33%-
HSV(B)169.41º7.69%86.67%-
XYZ63.4169.6176.42-
YUV215.58129.37119.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.73%
GREEN value IS 221 (86.72% from 255) = 34.37%
BLUE value IS 218 (85.55% 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
Decimal2042212180.0800.010.13169.412083.33
HexCCDDDA801Da91453
Octal31433533210011525124123
Binary110011001101110111011010100001110110101001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDDDA; }

 p { color: rgb(204,221,218); }

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

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

 a { background-color: rgb(204,221,218); }

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

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

 span { border-color: rgb(204,221,218); }

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