#C7C4D5

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

Shades of Blue Haze #C7C4D5

Tints of Blue Haze #C7C4D5

Color information

#C7C4D5 (or 0xC7C4D5) is unknown color: approx Blue Haze. HEX triplet: C7, C4 and D5. RGB value is (199,196,213). Sum of RGB (Red+Green+Blue) = 199+196+213=608 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.73% from 608); Green value is 196 (76.95% from 255 or 32.24% from 608); Blue value is 213 (83.59% from 255 or 35.03% from 608); Max value from RGB is 213 - color contains mainly: blue. Hex color #C7C4D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C4D5 is #383B2A. Grayscale: #C6C6C6. Windows color (decimal): -3685163 or 14009543. OLE color: 14009543.

HSL color Cylindrical-coordinate representation of color #C7C4D5: hue angle of 250.59º degrees, saturation: 0.17, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C7C4D5 is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB199196213-
CMYK0.070.0800.16
HSL250.59º16.83%80.2%-
HSV(B)250.59º7.98%83.53%-
XYZ55.356.4370.93-
YUV198.84135.99128.12-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.73%
GREEN value IS 196 (76.95% from 255) = 32.24%
BLUE value IS 213 (83.59% from 255) = 35.03%
R=32.73%
G=32.24%
B=35.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1991962130.070.0800.16250.5916.8380.2
HexC7C4D578010fb1150
Octal30730432571002037321120
Binary110001111100010011010101111100001000011111011100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C4D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C4D5; }

 p { color: rgb(199,196,213); }

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

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

 a { background-color: rgb(199,196,213); }

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

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

 span { border-color: rgb(199,196,213); }

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