Html Css Color HEX #C1DFDC Jagged Ice

📋 copy color: '#C1DFDC'

red 193 ◦ green 223 ◦ blue 220

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

Shades of Jagged Ice #C1DFDC

Tints of Jagged Ice #C1DFDC

RGB

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

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

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

R = 30.35%
G = 35.06%
B = 34.59%

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

#C1DFDC (or 0xC1DFDC) is known color: Jagged Ice. HEX triplet: C1, DF and DC. RGB value is (193,223,220). Sum of RGB (Red+Green+Blue) = 193+223+220=636 (84% of max value = 765). Red value is 193 (75.78% from 255 or 30.35% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 223 - color contains mainly: green. Hex color #C1DFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DFDC is #3E2023. Grayscale: #D5D5D5. Windows color (decimal): -4071460 or 14475201. OLE color: 14475201.

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

Color convert

RGB 193 223 220 -
CMYK 0.13 0 0.01 0.13
HSL 174º 0.32% 0.82% -
HSV(B) 174º 0.13% 0.87% -
XYZ 61.3 69.28 77.85 -
YUV 213.69 131.56 113.24 -
System Red Green Blue C M Y K H S L
Decimal 193 223 220 0.13 0 0.01 0.13 174 0.32 0.82
Hex C1 DF DC D 0 1 D AE 20 52
Octal 301 337 334 15 0 1 15 256 40 122
Binary 11000001 11011111 11011100 1101 0 1 1101 10101110 100000 1010010

Color Harmonies of #C1DFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DFDC

Black with #C1DFDC

Text Example


Text Example

White with #C1DFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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