Html Css Color HEX #D6C5FA Fog

📋 copy color: '#D6C5FA'

red 214 ◦ green 197 ◦ blue 250

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

Shades of Fog #D6C5FA

Tints of Fog #D6C5FA

RGB

 RED value IS 214 (83.98% from 255) = 32.38%

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

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

R = 32.38%
G = 29.8%
B = 37.82%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D6C5FA (or 0xD6C5FA) is known color: Fog. HEX triplet: D6, C5 and FA. RGB value is (214,197,250). Sum of RGB (Red+Green+Blue) = 214+197+250=661 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.38% from 661); Green value is 197 (77.34% from 255 or 29.80% from 661); Blue value is 250 (98.05% from 255 or 37.82% from 661); Max value from RGB is 250 - color contains mainly: blue. Hex color #D6C5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6C5FA is #293A05. Grayscale: #CFCFCF. Windows color (decimal): -2701830 or 16434646. OLE color: 16434646.

HSL color Cylindrical-coordinate representation of color #D6C5FA: hue angle of 259.25º 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 #D6C5FA is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 197 250 -
CMYK 0.14 0.21 0 0.02
HSL 259.25º 0.84% 0.88% -
HSV(B) 259.25º 0.21% 0.98% -
XYZ 64.95 61.13 98.82 -
YUV 208.13 151.63 132.19 -
System Red Green Blue C M Y K H S L
Decimal 214 197 250 0.14 0.21 0 0.02 259.25 0.84 0.88
Hex D6 C5 FA E 15 0 2 103 54 58
Octal 326 305 372 16 25 0 2 403 124 130
Binary 11010110 11000101 11111010 1110 10101 0 10 100000011 1010100 1011000

Color Harmonies of #D6C5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C5FA

Black with #D6C5FA

Text Example


Text Example

White with #D6C5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C5FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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