Html Css Color HEX #C1DFDD Jagged Ice

📋 copy color: '#C1DFDD'

red 193 ◦ green 223 ◦ blue 221

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

Shades of Jagged Ice #C1DFDD

Tints of Jagged Ice #C1DFDD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.01%

 BLUE value IS 221 (86.72% from 255) = 34.69%

R = 30.3%
G = 35.01%
B = 34.69%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#C1DFDD (or 0xC1DFDD) is known color: Jagged Ice. HEX triplet: C1, DF and DD. RGB value is (193,223,221). Sum of RGB (Red+Green+Blue) = 193+223+221=637 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.30% from 637); Green value is 223 (87.5% from 255 or 35.01% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 223 - color contains mainly: green. Hex color #C1DFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DFDD is #3E2022. Grayscale: #D5D5D5. Windows color (decimal): -4071459 or 14540737. OLE color: 14540737.

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

Color convert

RGB 193 223 221 -
CMYK 0.13 0 0.01 0.13
HSL 176º 0.32% 0.82% -
HSV(B) 176º 0.13% 0.87% -
XYZ 61.43 69.33 78.55 -
YUV 213.8 132.06 113.16 -
System Red Green Blue C M Y K H S L
Decimal 193 223 221 0.13 0 0.01 0.13 176 0.32 0.82
Hex C1 DF DD D 0 1 D B0 20 52
Octal 301 337 335 15 0 1 15 260 40 122
Binary 11000001 11011111 11011101 1101 0 1 1101 10110000 100000 1010010

Color Harmonies of #C1DFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DFDD

Black with #C1DFDD

Text Example


Text Example

White with #C1DFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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