Html Css Color HEX #D8CAF9 Fog

📋 copy color: '#D8CAF9'

red 216 ◦ green 202 ◦ blue 249

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

Shades of Fog #D8CAF9

Tints of Fog #D8CAF9

RGB

 RED value IS 216 (84.77% from 255) = 32.38%

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

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

R = 32.38%
G = 30.28%
B = 37.33%

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

#D8CAF9 (or 0xD8CAF9) is known color: Fog. HEX triplet: D8, CA and F9. RGB value is (216,202,249). Sum of RGB (Red+Green+Blue) = 216+202+249=667 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.38% from 667); Green value is 202 (79.30% from 255 or 30.28% from 667); Blue value is 249 (97.66% from 255 or 37.33% from 667); Max value from RGB is 249 - color contains mainly: blue. Hex color #D8CAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CAF9 is #273506. Grayscale: #D3D3D3. Windows color (decimal): -2569479 or 16370392. OLE color: 16370392.

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

Color convert

RGB 216 202 249 -
CMYK 0.13 0.19 0 0.02
HSL 257.87º 0.8% 0.88% -
HSV(B) 257.87º 0.19% 0.98% -
XYZ 66.54 63.68 98.41 -
YUV 211.54 149.14 131.18 -
System Red Green Blue C M Y K H S L
Decimal 216 202 249 0.13 0.19 0 0.02 257.87 0.8 0.88
Hex D8 CA F9 D 13 0 2 102 50 58
Octal 330 312 371 15 23 0 2 402 120 130
Binary 11011000 11001010 11111001 1101 10011 0 10 100000010 1010000 1011000

Color Harmonies of #D8CAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CAF9

Black with #D8CAF9

Text Example


Text Example

White with #D8CAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CAF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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