Html Css Color HEX #D5C8EF Fog

📋 copy color: '#D5C8EF'

red 213 ◦ green 200 ◦ blue 239

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

Shades of Fog #D5C8EF

Tints of Fog #D5C8EF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 30.67%

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

R = 32.67%
G = 30.67%
B = 36.66%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D5C8EF (or 0xD5C8EF) is known color: Fog. HEX triplet: D5, C8 and EF. RGB value is (213,200,239). Sum of RGB (Red+Green+Blue) = 213+200+239=652 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.67% from 652); Green value is 200 (78.52% from 255 or 30.67% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 239 - color contains mainly: blue. Hex color #D5C8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5C8EF is #2A3710. Grayscale: #D0D0D0. Windows color (decimal): -2766609 or 15714517. OLE color: 15714517.

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

Color convert

RGB 213 200 239 -
CMYK 0.11 0.16 0 0.06
HSL 260º 0.55% 0.86% -
HSV(B) 260º 0.16% 0.94% -
XYZ 63.67 61.69 90.21 -
YUV 208.33 145.31 131.33 -
System Red Green Blue C M Y K H S L
Decimal 213 200 239 0.11 0.16 0 0.06 260 0.55 0.86
Hex D5 C8 EF B 10 0 6 104 37 56
Octal 325 310 357 13 20 0 6 404 67 126
Binary 11010101 11001000 11101111 1011 10000 0 110 100000100 110111 1010110

Color Harmonies of #D5C8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C8EF

Black with #D5C8EF

Text Example


Text Example

White with #D5C8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C8EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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