Html Css Color HEX #C1E1DA Jagged Ice

📋 copy color: '#C1E1DA'

red 193 ◦ green 225 ◦ blue 218

#C1E1DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jagged Ice #C1E1DA

Tints of Jagged Ice #C1E1DA

RGB

 RED value IS 193 (75.78% from 255) = 30.35%

 GREEN value IS 225 (88.28% from 255) = 35.38%

 BLUE value IS 218 (85.55% from 255) = 34.28%

R = 30.35%
G = 35.38%
B = 34.28%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#C1E1DA (or 0xC1E1DA) is known color: Jagged Ice. HEX triplet: C1, E1 and DA. RGB value is (193,225,218). Sum of RGB (Red+Green+Blue) = 193+225+218=636 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.35% from 636); Green value is 225 (88.28% from 255 or 35.38% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 225 - color contains mainly: green. Hex color #C1E1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1E1DA is #3E1E25. Grayscale: #D6D6D6. Windows color (decimal): -4070950 or 14344641. OLE color: 14344641.

HSL color Cylindrical-coordinate representation of color #C1E1DA: hue angle of 166.88º degrees, saturation: 0.35, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C1E1DA is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 193 225 218 -
CMYK 0.14 0 0.03 0.12
HSL 166.88º 0.35% 0.82% -
HSV(B) 166.88º 0.14% 0.88% -
XYZ 61.57 70.25 76.64 -
YUV 214.63 129.9 112.57 -
System Red Green Blue C M Y K H S L
Decimal 193 225 218 0.14 0 0.03 0.12 166.88 0.35 0.82
Hex C1 E1 DA E 0 3 C A7 23 52
Octal 301 341 332 16 0 3 14 247 43 122
Binary 11000001 11100001 11011010 1110 0 11 1100 10100111 100011 1010010

Color Harmonies of #C1E1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1E1DA

Black with #C1E1DA

Text Example


Text Example

White with #C1E1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1E1DA; }

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

 H1.HeaderClassName
 {
   color: #C1E1DA;
 }
 .AnyTagClassName
 {
   color: #C1E1DA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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