Html Css Color HEX #D8CAFF Lavender Blue

📋 copy color: '#D8CAFF'

red 216 ◦ green 202 ◦ blue 255

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

Shades of Lavender Blue #D8CAFF

Tints of Lavender Blue #D8CAFF

RGB

 RED value IS 216 (84.77% from 255) = 32.1%

 GREEN value IS 202 (79.3% from 255) = 30.01%

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

R = 32.1%
G = 30.01%
B = 37.89%

CMYK

 C value IS 0.15

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D8CAFF (or 0xD8CAFF) is known color: Lavender Blue. HEX triplet: D8, CA and FF. RGB value is (216,202,255). Sum of RGB (Red+Green+Blue) = 216+202+255=673 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32.10% from 673); Green value is 202 (79.30% from 255 or 30.01% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #D8CAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CAFF is #273500. Grayscale: #D4D4D4. Windows color (decimal): -2569473 or 16763608. OLE color: 16763608.

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

Color convert

RGB 216 202 255 -
CMYK 0.15 0.21 0 0
HSL 255.85º 1% 0.9% -
HSV(B) 255.85º 0.21% 1% -
XYZ 67.49 64.06 103.42 -
YUV 212.23 152.14 130.69 -
System Red Green Blue C M Y K H S L
Decimal 216 202 255 0.15 0.21 0 0 255.85 1 0.9
Hex D8 CA FF F 15 0 0 100 64 5A
Octal 330 312 377 17 25 0 0 400 144 132
Binary 11011000 11001010 11111111 1111 10101 0 0 100000000 1100100 1011010

Color Harmonies of #D8CAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CAFF

Black with #D8CAFF

Text Example


Text Example

White with #D8CAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CAFF; }

 p { color: rgb(216,202,255); }

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

background-color css

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

 a { background-color: rgb(216,202,255); }

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

border-color css

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

 span { border-color: rgb(216,202,255); }

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