#C4C0D3

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

Shades of Blue Haze #C4C0D3

Tints of Blue Haze #C4C0D3

Color information

#C4C0D3 (or 0xC4C0D3) is unknown color: approx Blue Haze. HEX triplet: C4, C0 and D3. RGB value is (196,192,211). Sum of RGB (Red+Green+Blue) = 196+192+211=599 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.72% from 599); Green value is 192 (75.39% from 255 or 32.05% from 599); Blue value is 211 (82.81% from 255 or 35.23% from 599); Max value from RGB is 211 - color contains mainly: blue. Hex color #C4C0D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C0D3 is #3B3F2C. Grayscale: #C3C3C3. Windows color (decimal): -3882797 or 13877444. OLE color: 13877444.

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

Color convert

RGB196192211-
CMYK0.070.0900.17
HSL252.63º17.76%79.02%-
HSV(B)252.63º9%82.75%-
XYZ53.3754.1469.26-
YUV195.36136.83128.46-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.72%
GREEN value IS 192 (75.39% from 255) = 32.05%
BLUE value IS 211 (82.81% from 255) = 35.23%
R=32.72%
G=32.05%
B=35.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1961922110.070.0900.17252.6317.7679.02
HexC4C0D379011fd124f
Octal30430032371102137522117
Binary110001001100000011010011111100101000111111101100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C0D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C0D3; }

 p { color: rgb(196,192,211); }

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

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

 a { background-color: rgb(196,192,211); }

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

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

 span { border-color: rgb(196,192,211); }

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