#C3D8D4

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

Shades of Geyser #C3D8D4

Tints of Geyser #C3D8D4

Color information

#C3D8D4 (or 0xC3D8D4) is unknown color: approx Geyser. HEX triplet: C3, D8 and D4. RGB value is (195,216,212). Sum of RGB (Red+Green+Blue) = 195+216+212=623 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.30% from 623); Green value is 216 (84.77% from 255 or 34.67% from 623); Blue value is 212 (83.20% from 255 or 34.03% from 623); Max value from RGB is 216 - color contains mainly: green. Hex color #C3D8D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D8D4 is #3C272B. Grayscale: #D1D1D1. Windows color (decimal): -3942188 or 13949123. OLE color: 13949123.

HSL color Cylindrical-coordinate representation of color #C3D8D4: hue angle of 168.57º degrees, saturation: 0.21, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3D8D4 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB195216212-
CMYK0.1000.020.15
HSL168.57º21.21%80.59%-
HSV(B)168.57º9.72%84.71%-
XYZ58.9565.4771.82-
YUV209.26129.54117.83-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.30%
GREEN value IS 216 (84.77% from 255) = 34.67%
BLUE value IS 212 (83.20% from 255) = 34.03%
R=31.30%
G=34.67%
B=34.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1952162120.1000.020.15168.5721.2180.59
HexC3D8D4A02Fa91551
Octal30333032412021725125121
Binary1100001111011000110101001010010111110101001101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D8D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D8D4; }

 p { color: rgb(195,216,212); }

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

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

 a { background-color: rgb(195,216,212); }

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

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

 span { border-color: rgb(195,216,212); }

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