#C3DFDA

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

Shades of Jagged Ice #C3DFDA

Tints of Jagged Ice #C3DFDA

Color information

#C3DFDA (or 0xC3DFDA) is unknown color: approx Jagged Ice. HEX triplet: C3, DF and DA. RGB value is (195,223,218). Sum of RGB (Red+Green+Blue) = 195+223+218=636 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.66% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 223 - color contains mainly: green. Hex color #C3DFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DFDA is #3C2025. Grayscale: #D6D6D6. Windows color (decimal): -3940390 or 14344131. OLE color: 14344131.

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

Color convert

RGB195223218-
CMYK0.1300.020.13
HSL169.29º30.43%81.96%-
HSV(B)169.29º12.56%87.45%-
XYZ61.5569.4476.49-
YUV214.06130.22114.41-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.66%
GREEN value IS 223 (87.5% from 255) = 35.06%
BLUE value IS 218 (85.55% from 255) = 34.28%
R=30.66%
G=35.06%
B=34.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1952232180.1300.020.13169.2930.4381.96
HexC3DFDAD02Da91e52
Octal30333733215021525136122
Binary1100001111011111110110101101010110110101001111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DFDA; }

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

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

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

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

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

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

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

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