Html Css Color HEX #D9C9FA Fog

📋 copy color: '#D9C9FA'

red 217 ◦ green 201 ◦ blue 250

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

Shades of Fog #D9C9FA

Tints of Fog #D9C9FA

RGB

 RED value IS 217 (85.16% from 255) = 32.49%

 GREEN value IS 201 (78.91% from 255) = 30.09%

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

R = 32.49%
G = 30.09%
B = 37.43%

CMYK

 C value IS 0.13

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D9C9FA (or 0xD9C9FA) is known color: Fog. HEX triplet: D9, C9 and FA. RGB value is (217,201,250). Sum of RGB (Red+Green+Blue) = 217+201+250=668 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.49% from 668); Green value is 201 (78.91% from 255 or 30.09% from 668); Blue value is 250 (98.05% from 255 or 37.43% from 668); Max value from RGB is 250 - color contains mainly: blue. Hex color #D9C9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9C9FA is #263605. Grayscale: #D3D3D3. Windows color (decimal): -2504198 or 16435673. OLE color: 16435673.

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

Color convert

RGB 217 201 250 -
CMYK 0.13 0.20 0 0.02
HSL 259.59º 0.83% 0.88% -
HSV(B) 259.59º 0.2% 0.98% -
XYZ 66.76 63.43 99.17 -
YUV 211.37 149.8 132.02 -
System Red Green Blue C M Y K H S L
Decimal 217 201 250 0.13 0.20 0 0.02 259.59 0.83 0.88
Hex D9 C9 FA D 14 0 2 104 53 58
Octal 331 311 372 15 24 0 2 404 123 130
Binary 11011001 11001001 11111010 1101 10100 0 10 100000100 1010011 1011000

Color Harmonies of #D9C9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C9FA

Black with #D9C9FA

Text Example


Text Example

White with #D9C9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C9FA; }

 p { color: rgb(217,201,250); }

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

background-color css

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

 a { background-color: rgb(217,201,250); }

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

border-color css

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

 span { border-color: rgb(217,201,250); }

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