Html Css Color HEX #D4C5FA Fog

📋 copy color: '#D4C5FA'

red 212 ◦ green 197 ◦ blue 250

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

Shades of Fog #D4C5FA

Tints of Fog #D4C5FA

RGB

 RED value IS 212 (83.2% from 255) = 32.17%

 GREEN value IS 197 (77.34% from 255) = 29.89%

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

R = 32.17%
G = 29.89%
B = 37.94%

CMYK

 C value IS 0.15

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D4C5FA (or 0xD4C5FA) is known color: Fog. HEX triplet: D4, C5 and FA. RGB value is (212,197,250). Sum of RGB (Red+Green+Blue) = 212+197+250=659 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.17% from 659); Green value is 197 (77.34% from 255 or 29.89% from 659); Blue value is 250 (98.05% from 255 or 37.94% from 659); Max value from RGB is 250 - color contains mainly: blue. Hex color #D4C5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C5FA is #2B3A05. Grayscale: #CFCFCF. Windows color (decimal): -2832902 or 16434644. OLE color: 16434644.

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

Color convert

RGB 212 197 250 -
CMYK 0.15 0.21 0 0.02
HSL 256.98º 0.84% 0.88% -
HSV(B) 256.98º 0.21% 0.98% -
XYZ 64.37 60.83 98.79 -
YUV 207.53 151.97 131.19 -
System Red Green Blue C M Y K H S L
Decimal 212 197 250 0.15 0.21 0 0.02 256.98 0.84 0.88
Hex D4 C5 FA F 15 0 2 101 54 58
Octal 324 305 372 17 25 0 2 401 124 130
Binary 11010100 11000101 11111010 1111 10101 0 10 100000001 1010100 1011000

Color Harmonies of #D4C5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C5FA

Black with #D4C5FA

Text Example


Text Example

White with #D4C5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C5FA; }

 p { color: rgb(212,197,250); }

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

background-color css

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

 a { background-color: rgb(212,197,250); }

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

border-color css

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

 span { border-color: rgb(212,197,250); }

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