#C1DDDA

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

Shades of Jagged Ice #C1DDDA

Tints of Jagged Ice #C1DDDA

Color information

#C1DDDA (or 0xC1DDDA) is unknown color: approx Jagged Ice. HEX triplet: C1, DD and DA. RGB value is (193,221,218). Sum of RGB (Red+Green+Blue) = 193+221+218=632 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.54% from 632); Green value is 221 (86.72% from 255 or 34.97% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 221 - color contains mainly: green. Hex color #C1DDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DDDA is #3E2225. Grayscale: #D4D4D4. Windows color (decimal): -4071974 or 14343617. OLE color: 14343617.

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

Color convert

RGB193221218-
CMYK0.1300.010.13
HSL173.57º29.17%81.18%-
HSV(B)173.57º12.67%86.67%-
XYZ60.568.1176.29-
YUV212.29131.22114.24-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 30.54%
GREEN value IS 221 (86.72% from 255) = 34.97%
BLUE value IS 218 (85.55% from 255) = 34.49%
R=30.54%
G=34.97%
B=34.49%

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
Decimal1932212180.1300.010.13173.5729.1781.18
HexC1DDDAD01Dae1d51
Octal30133533215011525635121
Binary110000011101110111011010110101110110101110111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DDDA; }

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

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

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

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

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

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

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

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