#C3E0DB

Color #C3E0DB Jagged Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagged Ice #C3E0DB

Tints of Jagged Ice #C3E0DB

Color information

#C3E0DB (or 0xC3E0DB) is unknown color: approx Jagged Ice. HEX triplet: C3, E0 and DB. RGB value is (195,224,219). Sum of RGB (Red+Green+Blue) = 195+224+219=638 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.56% from 638); Green value is 224 (87.89% from 255 or 35.11% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 224 - color contains mainly: green. Hex color #C3E0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3E0DB is #3C1F24. Grayscale: #D6D6D6. Windows color (decimal): -3940133 or 14409923. OLE color: 14409923.

HSL color Cylindrical-coordinate representation of color #C3E0DB: hue angle of 169.66º degrees, saturation: 0.32, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C3E0DB is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB195224219-
CMYK0.1300.020.12
HSL169.66º31.87%82.16%-
HSV(B)169.66º12.95%87.84%-
XYZ61.9570.0377.27-
YUV214.76130.39113.91-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.56%
GREEN value IS 224 (87.89% from 255) = 35.11%
BLUE value IS 219 (85.94% from 255) = 34.33%
R=30.56%
G=35.11%
B=34.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1952242190.1300.020.12169.6631.8782.16
HexC3E0DBD02Caa2052
Octal30334033315021425240122
Binary11000011111000001101101111010101100101010101000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3E0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3E0DB; }

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

 H1.HeaderClassName
 {
   color: #C3E0DB;
 }
 .AnyTagClassName
 {
   color: #C3E0DB;
 }
</style>
background-color css

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

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

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

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

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

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