Html Css Color HEX #C5C1D0 Blue Haze

📋 copy color: '#C5C1D0'

red 197 ◦ green 193 ◦ blue 208

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

Shades of Blue Haze #C5C1D0

Tints of Blue Haze #C5C1D0

RGB

 RED value IS 197 (77.34% from 255) = 32.94%

 GREEN value IS 193 (75.78% from 255) = 32.27%

 BLUE value IS 208 (81.64% from 255) = 34.78%

R = 32.94%
G = 32.27%
B = 34.78%

CMYK

 C value IS 0.05

 M value IS 0.07

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C5C1D0 (or 0xC5C1D0) is known color: Blue Haze. HEX triplet: C5, C1 and D0. RGB value is (197,193,208). Sum of RGB (Red+Green+Blue) = 197+193+208=598 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.94% from 598); Green value is 193 (75.78% from 255 or 32.27% from 598); Blue value is 208 (81.64% from 255 or 34.78% from 598); Max value from RGB is 208 - color contains mainly: blue. Hex color #C5C1D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5C1D0 is #3A3E2F. Grayscale: #C3C3C3. Windows color (decimal): -3817008 or 13681093. OLE color: 13681093.

HSL color Cylindrical-coordinate representation of color #C5C1D0: hue angle of 256º 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 #C5C1D0 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 193 208 -
CMYK 0.05 0.07 0 0.18
HSL 256º 0.14% 0.79% -
HSV(B) 256º 0.07% 0.82% -
XYZ 53.48 54.56 67.39 -
YUV 195.91 134.83 128.78 -
System Red Green Blue C M Y K H S L
Decimal 197 193 208 0.05 0.07 0 0.18 256 0.14 0.79
Hex C5 C1 D0 5 7 0 12 100 E 4F
Octal 305 301 320 5 7 0 22 400 16 117
Binary 11000101 11000001 11010000 101 111 0 10010 100000000 1110 1001111

Color Harmonies of #C5C1D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5C1D0

Black with #C5C1D0

Text Example


Text Example

White with #C5C1D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5C1D0; }

 p { color: rgb(197,193,208); }

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

background-color css

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

 a { background-color: rgb(197,193,208); }

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

border-color css

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

 span { border-color: rgb(197,193,208); }

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