Html Css Color HEX #C3E8DF Jagged Ice

📋 copy color: '#C3E8DF'

red 195 ◦ green 232 ◦ blue 223

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

Shades of Jagged Ice #C3E8DF

Tints of Jagged Ice #C3E8DF

RGB

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

 GREEN value IS 232 (91.02% from 255) = 35.69%

 BLUE value IS 223 (87.5% from 255) = 34.31%

R = 30%
G = 35.69%
B = 34.31%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#C3E8DF (or 0xC3E8DF) is known color: Jagged Ice. HEX triplet: C3, E8 and DF. RGB value is (195,232,223). Sum of RGB (Red+Green+Blue) = 195+232+223=650 (86% of max value = 765). Red value is 195 (76.56% from 255 or 30% from 650); Green value is 232 (91.02% from 255 or 35.69% from 650); Blue value is 223 (87.5% from 255 or 34.31% from 650); Max value from RGB is 232 - color contains mainly: green. Hex color #C3E8DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3E8DF is #3C1720. Grayscale: #DBDBDB. Windows color (decimal): -3938081 or 14674115. OLE color: 14674115.

HSL color Cylindrical-coordinate representation of color #C3E8DF: hue angle of 165.41º degrees, saturation: 0.45, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C3E8DF is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 195 232 223 -
CMYK 0.16 0 0.04 0.09
HSL 165.41º 0.45% 0.84% -
HSV(B) 165.41º 0.16% 0.91% -
XYZ 64.68 74.64 80.81 -
YUV 219.91 129.74 110.23 -
System Red Green Blue C M Y K H S L
Decimal 195 232 223 0.16 0 0.04 0.09 165.41 0.45 0.84
Hex C3 E8 DF 10 0 4 9 A5 2D 54
Octal 303 350 337 20 0 4 11 245 55 124
Binary 11000011 11101000 11011111 10000 0 100 1001 10100101 101101 1010100

Color Harmonies of #C3E8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3E8DF

Black with #C3E8DF

Text Example


Text Example

White with #C3E8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3E8DF; }

 p { color: rgb(195,232,223); }

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

background-color css

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

 a { background-color: rgb(195,232,223); }

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

border-color css

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

 span { border-color: rgb(195,232,223); }

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