Html Css Color HEX #D8CAFE Lavender Blue

📋 copy color: '#D8CAFE'

red 216 ◦ green 202 ◦ blue 254

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

Shades of Lavender Blue #D8CAFE

Tints of Lavender Blue #D8CAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.8%

R = 32.14%
G = 30.06%
B = 37.8%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D8CAFE (or 0xD8CAFE) is known color: Lavender Blue. HEX triplet: D8, CA and FE. RGB value is (216,202,254). Sum of RGB (Red+Green+Blue) = 216+202+254=672 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32.14% from 672); Green value is 202 (79.30% from 255 or 30.06% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 254 - color contains mainly: blue. Hex color #D8CAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CAFE is #273501. Grayscale: #D3D3D3. Windows color (decimal): -2569474 or 16698072. OLE color: 16698072.

HSL color Cylindrical-coordinate representation of color #D8CAFE: hue angle of 256.15º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D8CAFE is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 216 202 254 -
CMYK 0.15 0.20 0 0.00
HSL 256.15º 0.96% 0.89% -
HSV(B) 256.15º 0.2% 1% -
XYZ 67.33 64 102.57 -
YUV 212.11 151.64 130.77 -
System Red Green Blue C M Y K H S L
Decimal 216 202 254 0.15 0.20 0 0.00 256.15 0.96 0.89
Hex D8 CA FE F 14 0 0 100 60 59
Octal 330 312 376 17 24 0 0 400 140 131
Binary 11011000 11001010 11111110 1111 10100 0 0 100000000 1100000 1011001

Color Harmonies of #D8CAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CAFE

Black with #D8CAFE

Text Example


Text Example

White with #D8CAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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