Html Css Color HEX #C3E2DB Jagged Ice

📋 copy color: '#C3E2DB'

red 195 ◦ green 226 ◦ blue 219

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

Shades of Jagged Ice #C3E2DB

Tints of Jagged Ice #C3E2DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.22%

R = 30.47%
G = 35.31%
B = 34.22%

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

#C3E2DB (or 0xC3E2DB) is known color: Jagged Ice. HEX triplet: C3, E2 and DB. RGB value is (195,226,219). Sum of RGB (Red+Green+Blue) = 195+226+219=640 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.47% from 640); Green value is 226 (88.67% from 255 or 35.31% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 226 - color contains mainly: green. Hex color #C3E2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3E2DB is #3C1D24. Grayscale: #D7D7D7. Windows color (decimal): -3939621 or 14410435. OLE color: 14410435.

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

Color convert

RGB 195 226 219 -
CMYK 0.14 0 0.03 0.11
HSL 166.45º 0.35% 0.83% -
HSV(B) 166.45º 0.14% 0.89% -
XYZ 62.49 71.11 77.45 -
YUV 215.93 129.73 113.07 -
System Red Green Blue C M Y K H S L
Decimal 195 226 219 0.14 0 0.03 0.11 166.45 0.35 0.83
Hex C3 E2 DB E 0 3 B A6 23 53
Octal 303 342 333 16 0 3 13 246 43 123
Binary 11000011 11100010 11011011 1110 0 11 1011 10100110 100011 1010011

Color Harmonies of #C3E2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3E2DB

Black with #C3E2DB

Text Example


Text Example

White with #C3E2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3E2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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