Html Css Color HEX #DEDFFD Lavender

📋 copy color: '#DEDFFD'

red 222 ◦ green 223 ◦ blue 253

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

Shades of Lavender #DEDFFD

Tints of Lavender #DEDFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.25%

R = 31.81%
G = 31.95%
B = 36.25%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DEDFFD (or 0xDEDFFD) is known color: Lavender. HEX triplet: DE, DF and FD. RGB value is (222,223,253). Sum of RGB (Red+Green+Blue) = 222+223+253=698 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.81% from 698); Green value is 223 (87.5% from 255 or 31.95% from 698); Blue value is 253 (99.22% from 255 or 36.25% from 698); Max value from RGB is 253 - color contains mainly: blue. Hex color #DEDFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDFFD is #212002. Grayscale: #E2E2E2. Windows color (decimal): -2170883 or 16637918. OLE color: 16637918.

HSL color Cylindrical-coordinate representation of color #DEDFFD: hue angle of 238.06º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEDFFD is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 222 223 253 -
CMYK 0.12 0.12 0 0.01
HSL 238.06º 0.89% 0.93% -
HSV(B) 238.06º 0.12% 0.99% -
XYZ 74.24 75.4 103.57 -
YUV 226.12 143.17 125.06 -
System Red Green Blue C M Y K H S L
Decimal 222 223 253 0.12 0.12 0 0.01 238.06 0.89 0.93
Hex DE DF FD C C 0 1 EE 59 5D
Octal 336 337 375 14 14 0 1 356 131 135
Binary 11011110 11011111 11111101 1100 1100 0 1 11101110 1011001 1011101

Color Harmonies of #DEDFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEDFFD

Black with #DEDFFD

Text Example


Text Example

White with #DEDFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEDFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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