Html Css Color HEX #C1E4DC Jagged Ice

📋 copy color: '#C1E4DC'

red 193 ◦ green 228 ◦ blue 220

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

Shades of Jagged Ice #C1E4DC

Tints of Jagged Ice #C1E4DC

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.57%

 BLUE value IS 220 (86.33% from 255) = 34.32%

R = 30.11%
G = 35.57%
B = 34.32%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#C1E4DC (or 0xC1E4DC) is known color: Jagged Ice. HEX triplet: C1, E4 and DC. RGB value is (193,228,220). Sum of RGB (Red+Green+Blue) = 193+228+220=641 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.11% from 641); Green value is 228 (89.45% from 255 or 35.57% from 641); Blue value is 220 (86.33% from 255 or 34.32% from 641); Max value from RGB is 228 - color contains mainly: green. Hex color #C1E4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1E4DC is #3E1B23. Grayscale: #D8D8D8. Windows color (decimal): -4070180 or 14476481. OLE color: 14476481.

HSL color Cylindrical-coordinate representation of color #C1E4DC: hue angle of 166.29º degrees, saturation: 0.39, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C1E4DC is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 193 228 220 -
CMYK 0.15 0 0.04 0.11
HSL 166.29º 0.39% 0.83% -
HSV(B) 166.29º 0.15% 0.89% -
XYZ 62.65 71.99 78.3 -
YUV 216.62 129.9 111.15 -
System Red Green Blue C M Y K H S L
Decimal 193 228 220 0.15 0 0.04 0.11 166.29 0.39 0.83
Hex C1 E4 DC F 0 4 B A6 27 53
Octal 301 344 334 17 0 4 13 246 47 123
Binary 11000001 11100100 11011100 1111 0 100 1011 10100110 100111 1010011

Color Harmonies of #C1E4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1E4DC

Black with #C1E4DC

Text Example


Text Example

White with #C1E4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1E4DC; }

 p { color: rgb(193,228,220); }

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

background-color css

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

 a { background-color: rgb(193,228,220); }

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

border-color css

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

 span { border-color: rgb(193,228,220); }

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