Html Css Color HEX #D9CAF7 Fog

📋 copy color: '#D9CAF7'

red 217 ◦ green 202 ◦ blue 247

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

Shades of Fog #D9CAF7

Tints of Fog #D9CAF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 37.09%

R = 32.58%
G = 30.33%
B = 37.09%

CMYK

 C value IS 0.12

 M value IS 0.18

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D9CAF7 (or 0xD9CAF7) is known color: Fog. HEX triplet: D9, CA and F7. RGB value is (217,202,247). Sum of RGB (Red+Green+Blue) = 217+202+247=666 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.58% from 666); Green value is 202 (79.30% from 255 or 30.33% from 666); Blue value is 247 (96.88% from 255 or 37.09% from 666); Max value from RGB is 247 - color contains mainly: blue. Hex color #D9CAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CAF7 is #263508. Grayscale: #D3D3D3. Windows color (decimal): -2503945 or 16239321. OLE color: 16239321.

HSL color Cylindrical-coordinate representation of color #D9CAF7: hue angle of 260º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9CAF7 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 217 202 247 -
CMYK 0.12 0.18 0 0.03
HSL 260º 0.74% 0.88% -
HSV(B) 260º 0.18% 0.97% -
XYZ 66.52 63.71 96.79 -
YUV 211.62 147.97 131.84 -
System Red Green Blue C M Y K H S L
Decimal 217 202 247 0.12 0.18 0 0.03 260 0.74 0.88
Hex D9 CA F7 C 12 0 3 104 4A 58
Octal 331 312 367 14 22 0 3 404 112 130
Binary 11011001 11001010 11110111 1100 10010 0 11 100000100 1001010 1011000

Color Harmonies of #D9CAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CAF7

Black with #D9CAF7

Text Example


Text Example

White with #D9CAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CAF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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