#C3D2CF

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

Shades of Geyser #C3D2CF

Tints of Geyser #C3D2CF

Color information

#C3D2CF (or 0xC3D2CF) is unknown color: approx Geyser. HEX triplet: C3, D2 and CF. RGB value is (195,210,207). Sum of RGB (Red+Green+Blue) = 195+210+207=612 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.86% from 612); Green value is 210 (82.42% from 255 or 34.31% from 612); Blue value is 207 (81.25% from 255 or 33.82% from 612); Max value from RGB is 210 - color contains mainly: green. Hex color #C3D2CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3D2CF is #3C2D30. Grayscale: #CDCDCD. Windows color (decimal): -3943729 or 13619907. OLE color: 13619907.

HSL color Cylindrical-coordinate representation of color #C3D2CF: hue angle of 168º degrees, saturation: 0.14, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C3D2CF is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB195210207-
CMYK0.0700.010.18
HSL168º14.29%79.41%-
HSV(B)168º7.14%82.35%-
XYZ56.8162.268.04-
YUV205.17129.03120.74-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.86%
GREEN value IS 210 (82.42% from 255) = 34.31%
BLUE value IS 207 (81.25% from 255) = 33.82%
R=31.86%
G=34.31%
B=33.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1952102070.0700.010.1816814.2979.41
HexC3D2CF70112a8e4f
Octal3033223177012225016117
Binary11000011110100101100111111101100101010100011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D2CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D2CF; }

 p { color: rgb(195,210,207); }

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

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

 a { background-color: rgb(195,210,207); }

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

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

 span { border-color: rgb(195,210,207); }

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