Html Css Color HEX #C3E2DF Jagged Ice

📋 copy color: '#C3E2DF'

red 195 ◦ green 226 ◦ blue 223

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

Shades of Jagged Ice #C3E2DF

Tints of Jagged Ice #C3E2DF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.09%

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

R = 30.28%
G = 35.09%
B = 34.63%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#C3E2DF (or 0xC3E2DF) is known color: Jagged Ice. HEX triplet: C3, E2 and DF. RGB value is (195,226,223). Sum of RGB (Red+Green+Blue) = 195+226+223=644 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.28% from 644); Green value is 226 (88.67% from 255 or 35.09% from 644); Blue value is 223 (87.5% from 255 or 34.63% from 644); Max value from RGB is 226 - color contains mainly: green. Hex color #C3E2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3E2DF is #3C1D20. Grayscale: #D8D8D8. Windows color (decimal): -3939617 or 14672579. OLE color: 14672579.

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

Color convert

RGB 195 226 223 -
CMYK 0.14 0 0.01 0.11
HSL 174.19º 0.35% 0.83% -
HSV(B) 174.19º 0.14% 0.89% -
XYZ 63.02 71.32 80.26 -
YUV 216.39 131.73 112.74 -
System Red Green Blue C M Y K H S L
Decimal 195 226 223 0.14 0 0.01 0.11 174.19 0.35 0.83
Hex C3 E2 DF E 0 1 B AE 23 53
Octal 303 342 337 16 0 1 13 256 43 123
Binary 11000011 11100010 11011111 1110 0 1 1011 10101110 100011 1010011

Color Harmonies of #C3E2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3E2DF

Black with #C3E2DF

Text Example


Text Example

White with #C3E2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3E2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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