Html Css Color HEX #C4C0D4 Blue Haze

📋 copy color: '#C4C0D4'

red 196 ◦ green 192 ◦ blue 212

#C4C0D4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Haze #C4C0D4

Tints of Blue Haze #C4C0D4

RGB

 RED value IS 196 (76.95% from 255) = 32.67%

 GREEN value IS 192 (75.39% from 255) = 32%

 BLUE value IS 212 (83.2% from 255) = 35.33%

R = 32.67%
G = 32%
B = 35.33%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#C4C0D4 (or 0xC4C0D4) is known color: Blue Haze. HEX triplet: C4, C0 and D4. RGB value is (196,192,212). Sum of RGB (Red+Green+Blue) = 196+192+212=600 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.67% from 600); Green value is 192 (75.39% from 255 or 32% from 600); Blue value is 212 (83.20% from 255 or 35.33% from 600); Max value from RGB is 212 - color contains mainly: blue. Hex color #C4C0D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C0D4 is #3B3F2B. Grayscale: #C3C3C3. Windows color (decimal): -3882796 or 13942980. OLE color: 13942980.

HSL color Cylindrical-coordinate representation of color #C4C0D4: hue angle of 252º degrees, saturation: 0.19, 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 #C4C0D4 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 196 192 212 -
CMYK 0.08 0.09 0 0.17
HSL 252º 0.19% 0.79% -
HSV(B) 252º 0.09% 0.83% -
XYZ 53.5 54.19 69.93 -
YUV 195.48 137.33 128.37 -
System Red Green Blue C M Y K H S L
Decimal 196 192 212 0.08 0.09 0 0.17 252 0.19 0.79
Hex C4 C0 D4 8 9 0 11 FC 13 4F
Octal 304 300 324 10 11 0 21 374 23 117
Binary 11000100 11000000 11010100 1000 1001 0 10001 11111100 10011 1001111

Color Harmonies of #C4C0D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C0D4

Black with #C4C0D4

Text Example


Text Example

White with #C4C0D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C0D4; }

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

 H1.HeaderClassName
 {
   color: #C4C0D4;
 }
 .AnyTagClassName
 {
   color: #C4C0D4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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