Html Css Color HEX #C3E3DC Jagged Ice

📋 copy color: '#C3E3DC'

red 195 ◦ green 227 ◦ blue 220

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

Shades of Jagged Ice #C3E3DC

Tints of Jagged Ice #C3E3DC

RGB

 RED value IS 195 (76.56% from 255) = 30.37%

 GREEN value IS 227 (89.06% from 255) = 35.36%

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

R = 30.37%
G = 35.36%
B = 34.27%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#C3E3DC (or 0xC3E3DC) is known color: Jagged Ice. HEX triplet: C3, E3 and DC. RGB value is (195,227,220). Sum of RGB (Red+Green+Blue) = 195+227+220=642 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.37% from 642); Green value is 227 (89.06% from 255 or 35.36% from 642); Blue value is 220 (86.33% from 255 or 34.27% from 642); Max value from RGB is 227 - color contains mainly: green. Hex color #C3E3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3E3DC is #3C1C23. Grayscale: #D8D8D8. Windows color (decimal): -3939364 or 14476227. OLE color: 14476227.

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

Color convert

RGB 195 227 220 -
CMYK 0.14 0 0.03 0.11
HSL 166.88º 0.36% 0.83% -
HSV(B) 166.88º 0.14% 0.89% -
XYZ 62.89 71.71 78.24 -
YUV 216.63 129.9 112.57 -
System Red Green Blue C M Y K H S L
Decimal 195 227 220 0.14 0 0.03 0.11 166.88 0.36 0.83
Hex C3 E3 DC E 0 3 B A7 24 53
Octal 303 343 334 16 0 3 13 247 44 123
Binary 11000011 11100011 11011100 1110 0 11 1011 10100111 100100 1010011

Color Harmonies of #C3E3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3E3DC

Black with #C3E3DC

Text Example


Text Example

White with #C3E3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3E3DC; }

 p { color: rgb(195,227,220); }

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

background-color css

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

 a { background-color: rgb(195,227,220); }

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

border-color css

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

 span { border-color: rgb(195,227,220); }

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