Html Css Color HEX #D5C6EF Fog

📋 copy color: '#D5C6EF'

red 213 ◦ green 198 ◦ blue 239

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

Shades of Fog #D5C6EF

Tints of Fog #D5C6EF

RGB

 RED value IS 213 (83.59% from 255) = 32.77%

 GREEN value IS 198 (77.73% from 255) = 30.46%

 BLUE value IS 239 (93.75% from 255) = 36.77%

R = 32.77%
G = 30.46%
B = 36.77%

CMYK

 C value IS 0.11

 M value IS 0.17

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D5C6EF (or 0xD5C6EF) is known color: Fog. HEX triplet: D5, C6 and EF. RGB value is (213,198,239). Sum of RGB (Red+Green+Blue) = 213+198+239=650 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.77% from 650); Green value is 198 (77.73% from 255 or 30.46% from 650); Blue value is 239 (93.75% from 255 or 36.77% from 650); Max value from RGB is 239 - color contains mainly: blue. Hex color #D5C6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5C6EF is #2A3910. Grayscale: #CFCFCF. Windows color (decimal): -2767121 or 15714005. OLE color: 15714005.

HSL color Cylindrical-coordinate representation of color #D5C6EF: hue angle of 261.95º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D5C6EF is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 213 198 239 -
CMYK 0.11 0.17 0 0.06
HSL 261.95º 0.56% 0.86% -
HSV(B) 261.95º 0.17% 0.94% -
XYZ 63.21 60.77 90.06 -
YUV 207.16 145.97 132.17 -
System Red Green Blue C M Y K H S L
Decimal 213 198 239 0.11 0.17 0 0.06 261.95 0.56 0.86
Hex D5 C6 EF B 11 0 6 106 38 56
Octal 325 306 357 13 21 0 6 406 70 126
Binary 11010101 11000110 11101111 1011 10001 0 110 100000110 111000 1010110

Color Harmonies of #D5C6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C6EF

Black with #D5C6EF

Text Example


Text Example

White with #D5C6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C6EF; }

 p { color: rgb(213,198,239); }

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

background-color css

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

 a { background-color: rgb(213,198,239); }

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

border-color css

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

 span { border-color: rgb(213,198,239); }

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