Html Css Color HEX #DACEFF Lavender Blue

📋 copy color: '#DACEFF'

red 218 ◦ green 206 ◦ blue 255

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

Shades of Lavender Blue #DACEFF

Tints of Lavender Blue #DACEFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.56%

R = 32.11%
G = 30.34%
B = 37.56%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DACEFF (or 0xDACEFF) is known color: Lavender Blue. HEX triplet: DA, CE and FF. RGB value is (218,206,255). Sum of RGB (Red+Green+Blue) = 218+206+255=679 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.11% from 679); Green value is 206 (80.86% from 255 or 30.34% from 679); Blue value is 255 (100% from 255 or 37.56% from 679); Max value from RGB is 255 - color contains mainly: blue. Hex color #DACEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACEFF is #253100. Grayscale: #D6D6D6. Windows color (decimal): -2437377 or 16764634. OLE color: 16764634.

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

Color convert

RGB 218 206 255 -
CMYK 0.15 0.19 0 0
HSL 254.69º 1% 0.9% -
HSV(B) 254.69º 0.19% 1% -
XYZ 69.03 66.27 103.76 -
YUV 215.17 150.48 130.02 -
System Red Green Blue C M Y K H S L
Decimal 218 206 255 0.15 0.19 0 0 254.69 1 0.9
Hex DA CE FF F 13 0 0 FF 64 5A
Octal 332 316 377 17 23 0 0 377 144 132
Binary 11011010 11001110 11111111 1111 10011 0 0 11111111 1100100 1011010

Color Harmonies of #DACEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACEFF

Black with #DACEFF

Text Example


Text Example

White with #DACEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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