Html Css Color HEX #D7CFFE Lavender Blue

📋 copy color: '#D7CFFE'

red 215 ◦ green 207 ◦ blue 254

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

Shades of Lavender Blue #D7CFFE

Tints of Lavender Blue #D7CFFE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 30.62%

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

R = 31.8%
G = 30.62%
B = 37.57%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D7CFFE (or 0xD7CFFE) is known color: Lavender Blue. HEX triplet: D7, CF and FE. RGB value is (215,207,254). Sum of RGB (Red+Green+Blue) = 215+207+254=676 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.80% from 676); Green value is 207 (81.25% from 255 or 30.62% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: blue. Hex color #D7CFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CFFE is #283001. Grayscale: #D6D6D6. Windows color (decimal): -2633730 or 16699351. OLE color: 16699351.

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

Color convert

RGB 215 207 254 -
CMYK 0.15 0.19 0 0.00
HSL 250.21º 0.96% 0.9% -
HSV(B) 250.21º 0.19% 1% -
XYZ 68.23 66.23 102.95 -
YUV 214.75 150.15 128.18 -
System Red Green Blue C M Y K H S L
Decimal 215 207 254 0.15 0.19 0 0.00 250.21 0.96 0.9
Hex D7 CF FE F 13 0 0 FA 60 5A
Octal 327 317 376 17 23 0 0 372 140 132
Binary 11010111 11001111 11111110 1111 10011 0 0 11111010 1100000 1011010

Color Harmonies of #D7CFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CFFE

Black with #D7CFFE

Text Example


Text Example

White with #D7CFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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