#C3DFDD

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

Shades of Jagged Ice #C3DFDD

Tints of Jagged Ice #C3DFDD

Color information

#C3DFDD (or 0xC3DFDD) is unknown color: approx Jagged Ice. HEX triplet: C3, DF and DD. RGB value is (195,223,221). Sum of RGB (Red+Green+Blue) = 195+223+221=639 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.52% from 639); Green value is 223 (87.5% from 255 or 34.90% from 639); Blue value is 221 (86.72% from 255 or 34.59% from 639); Max value from RGB is 223 - color contains mainly: green. Hex color #C3DFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DFDD is #3C2022. Grayscale: #D6D6D6. Windows color (decimal): -3940387 or 14540739. OLE color: 14540739.

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

Color convert

RGB195223221-
CMYK0.1300.010.13
HSL175.71º30.43%81.96%-
HSV(B)175.71º12.56%87.45%-
XYZ61.9469.678.58-
YUV214.4131.72114.16-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.52%
GREEN value IS 223 (87.5% from 255) = 34.90%
BLUE value IS 221 (86.72% from 255) = 34.59%
R=30.52%
G=34.90%
B=34.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1952232210.1300.010.13175.7130.4381.96
HexC3DFDDD01Db01e52
Octal30333733515011526036122
Binary110000111101111111011101110101110110110000111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DFDD; }

 p { color: rgb(195,223,221); }

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

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

 a { background-color: rgb(195,223,221); }

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

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

 span { border-color: rgb(195,223,221); }

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