Html Css Color HEX #C1DEDA Jagged Ice

📋 copy color: '#C1DEDA'

red 193 ◦ green 222 ◦ blue 218

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

Shades of Jagged Ice #C1DEDA

Tints of Jagged Ice #C1DEDA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.07%

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

R = 30.49%
G = 35.07%
B = 34.44%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#C1DEDA (or 0xC1DEDA) is known color: Jagged Ice. HEX triplet: C1, DE and DA. RGB value is (193,222,218). Sum of RGB (Red+Green+Blue) = 193+222+218=633 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.49% from 633); Green value is 222 (87.11% from 255 or 35.07% from 633); Blue value is 218 (85.55% from 255 or 34.44% from 633); Max value from RGB is 222 - color contains mainly: green. Hex color #C1DEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DEDA is #3E2125. Grayscale: #D4D4D4. Windows color (decimal): -4071718 or 14343873. OLE color: 14343873.

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

Color convert

RGB 193 222 218 -
CMYK 0.13 0 0.02 0.13
HSL 171.72º 0.31% 0.81% -
HSV(B) 171.72º 0.13% 0.87% -
XYZ 60.77 68.64 76.38 -
YUV 212.87 130.89 113.83 -
System Red Green Blue C M Y K H S L
Decimal 193 222 218 0.13 0 0.02 0.13 171.72 0.31 0.81
Hex C1 DE DA D 0 2 D AC 1F 51
Octal 301 336 332 15 0 2 15 254 37 121
Binary 11000001 11011110 11011010 1101 0 10 1101 10101100 11111 1010001

Color Harmonies of #C1DEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DEDA

Black with #C1DEDA

Text Example


Text Example

White with #C1DEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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