Html Css Color HEX #D7CAFE Lavender Blue

📋 copy color: '#D7CAFE'

red 215 ◦ green 202 ◦ blue 254

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

Shades of Lavender Blue #D7CAFE

Tints of Lavender Blue #D7CAFE

RGB

 RED value IS 215 (84.38% from 255) = 32.04%

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

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

R = 32.04%
G = 30.1%
B = 37.85%

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

#D7CAFE (or 0xD7CAFE) is known color: Lavender Blue. HEX triplet: D7, CA and FE. RGB value is (215,202,254). Sum of RGB (Red+Green+Blue) = 215+202+254=671 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.04% from 671); Green value is 202 (79.30% from 255 or 30.10% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #D7CAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CAFE is #283501. Grayscale: #D3D3D3. Windows color (decimal): -2635010 or 16698071. OLE color: 16698071.

HSL color Cylindrical-coordinate representation of color #D7CAFE: hue angle of 255º 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 #D7CAFE is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 215 202 254 -
CMYK 0.15 0.20 0 0.00
HSL 255º 0.96% 0.89% -
HSV(B) 255º 0.2% 1% -
XYZ 67.03 63.84 102.56 -
YUV 211.82 151.81 130.27 -
System Red Green Blue C M Y K H S L
Decimal 215 202 254 0.15 0.20 0 0.00 255 0.96 0.89
Hex D7 CA FE F 14 0 0 FF 60 59
Octal 327 312 376 17 24 0 0 377 140 131
Binary 11010111 11001010 11111110 1111 10100 0 0 11111111 1100000 1011001

Color Harmonies of #D7CAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CAFE

Black with #D7CAFE

Text Example


Text Example

White with #D7CAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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