Html Css Color HEX #D5C8FB Fog

📋 copy color: '#D5C8FB'

red 213 ◦ green 200 ◦ blue 251

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

Shades of Fog #D5C8FB

Tints of Fog #D5C8FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.8%

R = 32.08%
G = 30.12%
B = 37.8%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D5C8FB (or 0xD5C8FB) is known color: Fog. HEX triplet: D5, C8 and FB. RGB value is (213,200,251). Sum of RGB (Red+Green+Blue) = 213+200+251=664 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.08% from 664); Green value is 200 (78.52% from 255 or 30.12% from 664); Blue value is 251 (98.44% from 255 or 37.80% from 664); Max value from RGB is 251 - color contains mainly: blue. Hex color #D5C8FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5C8FB is #2A3704. Grayscale: #D1D1D1. Windows color (decimal): -2766597 or 16500949. OLE color: 16500949.

HSL color Cylindrical-coordinate representation of color #D5C8FB: hue angle of 255.29º degrees, saturation: 0.86, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5C8FB is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 200 251 -
CMYK 0.15 0.20 0 0.02
HSL 255.29º 0.86% 0.88% -
HSV(B) 255.29º 0.2% 0.98% -
XYZ 65.51 62.42 99.86 -
YUV 209.7 151.31 130.35 -
System Red Green Blue C M Y K H S L
Decimal 213 200 251 0.15 0.20 0 0.02 255.29 0.86 0.88
Hex D5 C8 FB F 14 0 2 FF 56 58
Octal 325 310 373 17 24 0 2 377 126 130
Binary 11010101 11001000 11111011 1111 10100 0 10 11111111 1010110 1011000

Color Harmonies of #D5C8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C8FB

Black with #D5C8FB

Text Example


Text Example

White with #D5C8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C8FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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