Html Css Color HEX #C1DCD8 Jagged Ice

📋 copy color: '#C1DCD8'

red 193 ◦ green 220 ◦ blue 216

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

Shades of Jagged Ice #C1DCD8

Tints of Jagged Ice #C1DCD8

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.98%

 BLUE value IS 216 (84.77% from 255) = 34.34%

R = 30.68%
G = 34.98%
B = 34.34%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#C1DCD8 (or 0xC1DCD8) is known color: Jagged Ice. HEX triplet: C1, DC and D8. RGB value is (193,220,216). Sum of RGB (Red+Green+Blue) = 193+220+216=629 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.68% from 629); Green value is 220 (86.33% from 255 or 34.98% from 629); Blue value is 216 (84.77% from 255 or 34.34% from 629); Max value from RGB is 220 - color contains mainly: green. Hex color #C1DCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1DCD8 is #3E2327. Grayscale: #D3D3D3. Windows color (decimal): -4072232 or 14212289. OLE color: 14212289.

HSL color Cylindrical-coordinate representation of color #C1DCD8: hue angle of 171.11º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C1DCD8 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 220 216 -
CMYK 0.12 0 0.02 0.14
HSL 171.11º 0.28% 0.81% -
HSV(B) 171.11º 0.12% 0.86% -
XYZ 59.98 67.48 74.83 -
YUV 211.47 130.55 114.83 -
System Red Green Blue C M Y K H S L
Decimal 193 220 216 0.12 0 0.02 0.14 171.11 0.28 0.81
Hex C1 DC D8 C 0 2 E AB 1C 51
Octal 301 334 330 14 0 2 16 253 34 121
Binary 11000001 11011100 11011000 1100 0 10 1110 10101011 11100 1010001

Color Harmonies of #C1DCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DCD8

Black with #C1DCD8

Text Example


Text Example

White with #C1DCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DCD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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