Html Css Color HEX #DFDCFE Lavender

📋 copy color: '#DFDCFE'

red 223 ◦ green 220 ◦ blue 254

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

Shades of Lavender #DFDCFE

Tints of Lavender #DFDCFE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.56%

 BLUE value IS 254 (99.61% from 255) = 36.44%

R = 31.99%
G = 31.56%
B = 36.44%

CMYK

 C value IS 0.12

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DFDCFE (or 0xDFDCFE) is known color: Lavender. HEX triplet: DF, DC and FE. RGB value is (223,220,254). Sum of RGB (Red+Green+Blue) = 223+220+254=697 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.99% from 697); Green value is 220 (86.33% from 255 or 31.56% from 697); Blue value is 254 (99.61% from 255 or 36.44% from 697); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFDCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDCFE is #202301. Grayscale: #E0E0E0. Windows color (decimal): -2106114 or 16702687. OLE color: 16702687.

HSL color Cylindrical-coordinate representation of color #DFDCFE: hue angle of 245.29º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFDCFE is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 223 220 254 -
CMYK 0.12 0.13 0 0.00
HSL 245.29º 0.94% 0.93% -
HSV(B) 245.29º 0.13% 1% -
XYZ 73.91 74.03 104.16 -
YUV 224.77 144.49 126.74 -
System Red Green Blue C M Y K H S L
Decimal 223 220 254 0.12 0.13 0 0.00 245.29 0.94 0.93
Hex DF DC FE C D 0 0 F5 5E 5D
Octal 337 334 376 14 15 0 0 365 136 135
Binary 11011111 11011100 11111110 1100 1101 0 0 11110101 1011110 1011101

Color Harmonies of #DFDCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDCFE

Black with #DFDCFE

Text Example


Text Example

White with #DFDCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDCFE; }

 p { color: rgb(223,220,254); }

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

background-color css

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

 a { background-color: rgb(223,220,254); }

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

border-color css

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

 span { border-color: rgb(223,220,254); }

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