Html Css Color HEX #D9CAF9 Fog

📋 copy color: '#D9CAF9'

red 217 ◦ green 202 ◦ blue 249

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

Shades of Fog #D9CAF9

Tints of Fog #D9CAF9

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.24%

 BLUE value IS 249 (97.66% from 255) = 37.28%

R = 32.49%
G = 30.24%
B = 37.28%

CMYK

 C value IS 0.13

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D9CAF9 (or 0xD9CAF9) is known color: Fog. HEX triplet: D9, CA and F9. RGB value is (217,202,249). Sum of RGB (Red+Green+Blue) = 217+202+249=668 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.49% from 668); Green value is 202 (79.30% from 255 or 30.24% from 668); Blue value is 249 (97.66% from 255 or 37.28% from 668); Max value from RGB is 249 - color contains mainly: blue. Hex color #D9CAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CAF9 is #263506. Grayscale: #D3D3D3. Windows color (decimal): -2503943 or 16370393. OLE color: 16370393.

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

Color convert

RGB 217 202 249 -
CMYK 0.13 0.19 0 0.02
HSL 259.15º 0.8% 0.88% -
HSV(B) 259.15º 0.19% 0.98% -
XYZ 66.83 63.83 98.42 -
YUV 211.84 148.97 131.68 -
System Red Green Blue C M Y K H S L
Decimal 217 202 249 0.13 0.19 0 0.02 259.15 0.8 0.88
Hex D9 CA F9 D 13 0 2 103 50 58
Octal 331 312 371 15 23 0 2 403 120 130
Binary 11011001 11001010 11111001 1101 10011 0 10 100000011 1010000 1011000

Color Harmonies of #D9CAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CAF9

Black with #D9CAF9

Text Example


Text Example

White with #D9CAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CAF9; }

 p { color: rgb(217,202,249); }

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

background-color css

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

 a { background-color: rgb(217,202,249); }

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

border-color css

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

 span { border-color: rgb(217,202,249); }

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