Html Css Color HEX #D5CEF7 Lavender Blue

📋 copy color: '#D5CEF7'

red 213 ◦ green 206 ◦ blue 247

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

Shades of Lavender Blue #D5CEF7

Tints of Lavender Blue #D5CEF7

RGB

 RED value IS 213 (83.59% from 255) = 31.98%

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

 BLUE value IS 247 (96.88% from 255) = 37.09%

R = 31.98%
G = 30.93%
B = 37.09%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D5CEF7 (or 0xD5CEF7) is known color: Lavender Blue. HEX triplet: D5, CE and F7. RGB value is (213,206,247). Sum of RGB (Red+Green+Blue) = 213+206+247=666 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.98% from 666); Green value is 206 (80.86% from 255 or 30.93% from 666); Blue value is 247 (96.88% from 255 or 37.09% from 666); Max value from RGB is 247 - color contains mainly: blue. Hex color #D5CEF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CEF7 is #2A3108. Grayscale: #D4D4D4. Windows color (decimal): -2765065 or 16240341. OLE color: 16240341.

HSL color Cylindrical-coordinate representation of color #D5CEF7: hue angle of 250.24º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D5CEF7 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 213 206 247 -
CMYK 0.14 0.17 0 0.03
HSL 250.24º 0.72% 0.89% -
HSV(B) 250.24º 0.17% 0.97% -
XYZ 66.3 65 97.05 -
YUV 212.77 147.32 128.17 -
System Red Green Blue C M Y K H S L
Decimal 213 206 247 0.14 0.17 0 0.03 250.24 0.72 0.89
Hex D5 CE F7 E 11 0 3 FA 48 59
Octal 325 316 367 16 21 0 3 372 110 131
Binary 11010101 11001110 11110111 1110 10001 0 11 11111010 1001000 1011001

Color Harmonies of #D5CEF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CEF7

Black with #D5CEF7

Text Example


Text Example

White with #D5CEF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CEF7; }

 p { color: rgb(213,206,247); }

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

background-color css

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

 a { background-color: rgb(213,206,247); }

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

border-color css

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

 span { border-color: rgb(213,206,247); }

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