Html Css Color HEX #DFCAF9 Fog

📋 copy color: '#DFCAF9'

red 223 ◦ green 202 ◦ blue 249

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

Shades of Fog #DFCAF9

Tints of Fog #DFCAF9

RGB

 RED value IS 223 (87.5% from 255) = 33.09%

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

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

R = 33.09%
G = 29.97%
B = 36.94%

CMYK

 C value IS 0.10

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DFCAF9 (or 0xDFCAF9) is known color: Fog. HEX triplet: DF, CA and F9. RGB value is (223,202,249). Sum of RGB (Red+Green+Blue) = 223+202+249=674 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.09% from 674); Green value is 202 (79.30% from 255 or 29.97% from 674); Blue value is 249 (97.66% from 255 or 36.94% from 674); Max value from RGB is 249 - color contains mainly: blue. Hex color #DFCAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCAF9 is #203506. Grayscale: #D5D5D5. Windows color (decimal): -2110727 or 16370399. OLE color: 16370399.

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

Color convert

RGB 223 202 249 -
CMYK 0.10 0.19 0 0.02
HSL 266.81º 0.8% 0.88% -
HSV(B) 266.81º 0.19% 0.98% -
XYZ 68.65 64.77 98.51 -
YUV 213.64 147.96 134.68 -
System Red Green Blue C M Y K H S L
Decimal 223 202 249 0.10 0.19 0 0.02 266.81 0.8 0.88
Hex DF CA F9 A 13 0 2 10B 50 58
Octal 337 312 371 12 23 0 2 413 120 130
Binary 11011111 11001010 11111001 1010 10011 0 10 100001011 1010000 1011000

Color Harmonies of #DFCAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCAF9

Black with #DFCAF9

Text Example


Text Example

White with #DFCAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCAF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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