Html Css Color HEX #DFCAFA Fog

📋 copy color: '#DFCAFA'

red 223 ◦ green 202 ◦ blue 250

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

Shades of Fog #DFCAFA

Tints of Fog #DFCAFA

RGB

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

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

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

R = 33.04%
G = 29.93%
B = 37.04%

CMYK

 C value IS 0.11

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DFCAFA (or 0xDFCAFA) is known color: Fog. HEX triplet: DF, CA and FA. RGB value is (223,202,250). Sum of RGB (Red+Green+Blue) = 223+202+250=675 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.04% from 675); Green value is 202 (79.30% from 255 or 29.93% from 675); Blue value is 250 (98.05% from 255 or 37.04% from 675); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFCAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCAFA is #203505. Grayscale: #D5D5D5. Windows color (decimal): -2110726 or 16435935. OLE color: 16435935.

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

Color convert

RGB 223 202 250 -
CMYK 0.11 0.19 0 0.02
HSL 266.25º 0.83% 0.89% -
HSV(B) 266.25º 0.19% 0.98% -
XYZ 68.81 64.83 99.33 -
YUV 213.75 148.46 134.6 -
System Red Green Blue C M Y K H S L
Decimal 223 202 250 0.11 0.19 0 0.02 266.25 0.83 0.89
Hex DF CA FA B 13 0 2 10A 53 59
Octal 337 312 372 13 23 0 2 412 123 131
Binary 11011111 11001010 11111010 1011 10011 0 10 100001010 1010011 1011001

Color Harmonies of #DFCAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCAFA

Black with #DFCAFA

Text Example


Text Example

White with #DFCAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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