Html Css Color HEX #C3E4DC Jagged Ice

📋 copy color: '#C3E4DC'

red 195 ◦ green 228 ◦ blue 220

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

Shades of Jagged Ice #C3E4DC

Tints of Jagged Ice #C3E4DC

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.46%

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

R = 30.33%
G = 35.46%
B = 34.21%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#C3E4DC (or 0xC3E4DC) is known color: Jagged Ice. HEX triplet: C3, E4 and DC. RGB value is (195,228,220). Sum of RGB (Red+Green+Blue) = 195+228+220=643 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.33% from 643); Green value is 228 (89.45% from 255 or 35.46% from 643); Blue value is 220 (86.33% from 255 or 34.21% from 643); Max value from RGB is 228 - color contains mainly: green. Hex color #C3E4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3E4DC is #3C1B23. Grayscale: #D9D9D9. Windows color (decimal): -3939108 or 14476483. OLE color: 14476483.

HSL color Cylindrical-coordinate representation of color #C3E4DC: hue angle of 165.45º degrees, saturation: 0.38, 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 #C3E4DC is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 195 228 220 -
CMYK 0.14 0 0.04 0.11
HSL 165.45º 0.38% 0.83% -
HSV(B) 165.45º 0.14% 0.89% -
XYZ 63.17 72.26 78.33 -
YUV 217.22 129.57 112.15 -
System Red Green Blue C M Y K H S L
Decimal 195 228 220 0.14 0 0.04 0.11 165.45 0.38 0.83
Hex C3 E4 DC E 0 4 B A5 26 53
Octal 303 344 334 16 0 4 13 245 46 123
Binary 11000011 11100100 11011100 1110 0 100 1011 10100101 100110 1010011

Color Harmonies of #C3E4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3E4DC

Black with #C3E4DC

Text Example


Text Example

White with #C3E4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3E4DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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