Html Css Color HEX #D7CEFF Lavender Blue

📋 copy color: '#D7CEFF'

red 215 ◦ green 206 ◦ blue 255

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

Shades of Lavender Blue #D7CEFF

Tints of Lavender Blue #D7CEFF

RGB

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

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

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

R = 31.8%
G = 30.47%
B = 37.72%

CMYK

 C value IS 0.16

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D7CEFF (or 0xD7CEFF) is known color: Lavender Blue. HEX triplet: D7, CE and FF. RGB value is (215,206,255). Sum of RGB (Red+Green+Blue) = 215+206+255=676 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.80% from 676); Green value is 206 (80.86% from 255 or 30.47% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #D7CEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CEFF is #283100. Grayscale: #D6D6D6. Windows color (decimal): -2633985 or 16764631. OLE color: 16764631.

HSL color Cylindrical-coordinate representation of color #D7CEFF: hue angle of 251.02º 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 #D7CEFF is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 215 206 255 -
CMYK 0.16 0.19 0 0
HSL 251.02º 1% 0.9% -
HSV(B) 251.02º 0.19% 1% -
XYZ 68.15 65.81 103.72 -
YUV 214.28 150.98 128.52 -
System Red Green Blue C M Y K H S L
Decimal 215 206 255 0.16 0.19 0 0 251.02 1 0.9
Hex D7 CE FF 10 13 0 0 FB 64 5A
Octal 327 316 377 20 23 0 0 373 144 132
Binary 11010111 11001110 11111111 10000 10011 0 0 11111011 1100100 1011010

Color Harmonies of #D7CEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CEFF

Black with #D7CEFF

Text Example


Text Example

White with #D7CEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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