Html Css Color HEX #D5C7FA Fog

📋 copy color: '#D5C7FA'

red 213 ◦ green 199 ◦ blue 250

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

Shades of Fog #D5C7FA

Tints of Fog #D5C7FA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 30.06%

 BLUE value IS 250 (98.05% from 255) = 37.76%

R = 32.18%
G = 30.06%
B = 37.76%

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

#D5C7FA (or 0xD5C7FA) is known color: Fog. HEX triplet: D5, C7 and FA. RGB value is (213,199,250). Sum of RGB (Red+Green+Blue) = 213+199+250=662 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.18% from 662); Green value is 199 (78.12% from 255 or 30.06% from 662); Blue value is 250 (98.05% from 255 or 37.76% from 662); Max value from RGB is 250 - color contains mainly: blue. Hex color #D5C7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5C7FA is #2A3805. Grayscale: #D0D0D0. Windows color (decimal): -2766854 or 16435157. OLE color: 16435157.

HSL color Cylindrical-coordinate representation of color #D5C7FA: hue angle of 256.47º degrees, saturation: 0.84, 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 #D5C7FA is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 199 250 -
CMYK 0.15 0.20 0 0.02
HSL 256.47º 0.84% 0.88% -
HSV(B) 256.47º 0.2% 0.98% -
XYZ 65.12 61.9 98.96 -
YUV 209 151.14 130.85 -
System Red Green Blue C M Y K H S L
Decimal 213 199 250 0.15 0.20 0 0.02 256.47 0.84 0.88
Hex D5 C7 FA F 14 0 2 100 54 58
Octal 325 307 372 17 24 0 2 400 124 130
Binary 11010101 11000111 11111010 1111 10100 0 10 100000000 1010100 1011000

Color Harmonies of #D5C7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C7FA

Black with #D5C7FA

Text Example


Text Example

White with #D5C7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C7FA; }

 p { color: rgb(213,199,250); }

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

background-color css

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

 a { background-color: rgb(213,199,250); }

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

border-color css

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

 span { border-color: rgb(213,199,250); }

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