Html Css Color HEX #DACEFD Lavender Blue

📋 copy color: '#DACEFD'

red 218 ◦ green 206 ◦ blue 253

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

Shades of Lavender Blue #DACEFD

Tints of Lavender Blue #DACEFD

RGB

 RED value IS 218 (85.55% from 255) = 32.2%

 GREEN value IS 206 (80.86% from 255) = 30.43%

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

R = 32.2%
G = 30.43%
B = 37.37%

CMYK

 C value IS 0.14

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DACEFD (or 0xDACEFD) is known color: Lavender Blue. HEX triplet: DA, CE and FD. RGB value is (218,206,253). Sum of RGB (Red+Green+Blue) = 218+206+253=677 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.20% from 677); Green value is 206 (80.86% from 255 or 30.43% from 677); Blue value is 253 (99.22% from 255 or 37.37% from 677); Max value from RGB is 253 - color contains mainly: blue. Hex color #DACEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACEFD is #253102. Grayscale: #D6D6D6. Windows color (decimal): -2437379 or 16633562. OLE color: 16633562.

HSL color Cylindrical-coordinate representation of color #DACEFD: hue angle of 255.32º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DACEFD is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 206 253 -
CMYK 0.14 0.19 0 0.01
HSL 255.32º 0.92% 0.9% -
HSV(B) 255.32º 0.19% 0.99% -
XYZ 68.71 66.14 102.07 -
YUV 214.95 149.48 130.18 -
System Red Green Blue C M Y K H S L
Decimal 218 206 253 0.14 0.19 0 0.01 255.32 0.92 0.9
Hex DA CE FD E 13 0 1 FF 5C 5A
Octal 332 316 375 16 23 0 1 377 134 132
Binary 11011010 11001110 11111101 1110 10011 0 1 11111111 1011100 1011010

Color Harmonies of #DACEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACEFD

Black with #DACEFD

Text Example


Text Example

White with #DACEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACEFD; }

 p { color: rgb(218,206,253); }

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

background-color css

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

 a { background-color: rgb(218,206,253); }

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

border-color css

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

 span { border-color: rgb(218,206,253); }

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