#C3DFDB

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

Shades of Jagged Ice #C3DFDB

Tints of Jagged Ice #C3DFDB

Color information

#C3DFDB (or 0xC3DFDB) is unknown color: approx Jagged Ice. HEX triplet: C3, DF and DB. RGB value is (195,223,219). Sum of RGB (Red+Green+Blue) = 195+223+219=637 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.61% from 637); Green value is 223 (87.5% from 255 or 35.01% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 223 - color contains mainly: green. Hex color #C3DFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DFDB is #3C2024. Grayscale: #D6D6D6. Windows color (decimal): -3940389 or 14409667. OLE color: 14409667.

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

Color convert

RGB195223219-
CMYK0.1300.020.13
HSL171.43º30.43%81.96%-
HSV(B)171.43º12.56%87.45%-
XYZ61.6869.4977.18-
YUV214.17130.72114.33-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.61%
GREEN value IS 223 (87.5% from 255) = 35.01%
BLUE value IS 219 (85.94% from 255) = 34.38%
R=30.61%
G=35.01%
B=34.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1952232190.1300.020.13171.4330.4381.96
HexC3DFDBD02Dab1e52
Octal30333733315021525336122
Binary1100001111011111110110111101010110110101011111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DFDB; }

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

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

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

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

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

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

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

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