Html Css Color HEX #C3E7DF Jagged Ice

📋 copy color: '#C3E7DF'

red 195 ◦ green 231 ◦ blue 223

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

Shades of Jagged Ice #C3E7DF

Tints of Jagged Ice #C3E7DF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35.59%

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

R = 30.05%
G = 35.59%
B = 34.36%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#C3E7DF (or 0xC3E7DF) is known color: Jagged Ice. HEX triplet: C3, E7 and DF. RGB value is (195,231,223). Sum of RGB (Red+Green+Blue) = 195+231+223=649 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.05% from 649); Green value is 231 (90.62% from 255 or 35.59% from 649); Blue value is 223 (87.5% from 255 or 34.36% from 649); Max value from RGB is 231 - color contains mainly: green. Hex color #C3E7DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3E7DF is #3C1820. Grayscale: #DBDBDB. Windows color (decimal): -3938337 or 14673859. OLE color: 14673859.

HSL color Cylindrical-coordinate representation of color #C3E7DF: hue angle of 166.67º degrees, saturation: 0.43, 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 #C3E7DF is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 195 231 223 -
CMYK 0.16 0 0.03 0.09
HSL 166.67º 0.43% 0.84% -
HSV(B) 166.67º 0.16% 0.91% -
XYZ 64.4 74.08 80.72 -
YUV 219.32 130.07 110.65 -
System Red Green Blue C M Y K H S L
Decimal 195 231 223 0.16 0 0.03 0.09 166.67 0.43 0.84
Hex C3 E7 DF 10 0 3 9 A7 2B 54
Octal 303 347 337 20 0 3 11 247 53 124
Binary 11000011 11100111 11011111 10000 0 11 1001 10100111 101011 1010100

Color Harmonies of #C3E7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3E7DF

Black with #C3E7DF

Text Example


Text Example

White with #C3E7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3E7DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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