Html Css Color HEX #DEDFFB Lavender

📋 copy color: '#DEDFFB'

red 222 ◦ green 223 ◦ blue 251

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

Shades of Lavender #DEDFFB

Tints of Lavender #DEDFFB

RGB

 RED value IS 222 (87.11% from 255) = 31.9%

 GREEN value IS 223 (87.5% from 255) = 32.04%

 BLUE value IS 251 (98.44% from 255) = 36.06%

R = 31.9%
G = 32.04%
B = 36.06%

CMYK

 C value IS 0.12

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DEDFFB (or 0xDEDFFB) is known color: Lavender. HEX triplet: DE, DF and FB. RGB value is (222,223,251). Sum of RGB (Red+Green+Blue) = 222+223+251=696 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.90% from 696); Green value is 223 (87.5% from 255 or 32.04% from 696); Blue value is 251 (98.44% from 255 or 36.06% from 696); Max value from RGB is 251 - color contains mainly: blue. Hex color #DEDFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDFFB is #212004. Grayscale: #E1E1E1. Windows color (decimal): -2170885 or 16506846. OLE color: 16506846.

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

Color convert

RGB 222 223 251 -
CMYK 0.12 0.11 0 0.02
HSL 237.93º 0.78% 0.93% -
HSV(B) 237.93º 0.12% 0.98% -
XYZ 73.92 75.27 101.9 -
YUV 225.89 142.17 125.22 -
System Red Green Blue C M Y K H S L
Decimal 222 223 251 0.12 0.11 0 0.02 237.93 0.78 0.93
Hex DE DF FB C B 0 2 EE 4E 5D
Octal 336 337 373 14 13 0 2 356 116 135
Binary 11011110 11011111 11111011 1100 1011 0 10 11101110 1001110 1011101

Color Harmonies of #DEDFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDFFB

Black with #DEDFFB

Text Example


Text Example

White with #DEDFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDFFB; }

 p { color: rgb(222,223,251); }

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

background-color css

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

 a { background-color: rgb(222,223,251); }

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

border-color css

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

 span { border-color: rgb(222,223,251); }

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