Html Css Color HEX #D0CEF8 Lavender Blue

📋 copy color: '#D0CEF8'

red 208 ◦ green 206 ◦ blue 248

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

Shades of Lavender Blue #D0CEF8

Tints of Lavender Blue #D0CEF8

RGB

 RED value IS 208 (81.64% from 255) = 31.42%

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

 BLUE value IS 248 (97.27% from 255) = 37.46%

R = 31.42%
G = 31.12%
B = 37.46%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D0CEF8 (or 0xD0CEF8) is known color: Lavender Blue. HEX triplet: D0, CE and F8. RGB value is (208,206,248). Sum of RGB (Red+Green+Blue) = 208+206+248=662 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.42% from 662); Green value is 206 (80.86% from 255 or 31.12% from 662); Blue value is 248 (97.27% from 255 or 37.46% from 662); Max value from RGB is 248 - color contains mainly: blue. Hex color #D0CEF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CEF8 is #2F3107. Grayscale: #D3D3D3. Windows color (decimal): -3092744 or 16305872. OLE color: 16305872.

HSL color Cylindrical-coordinate representation of color #D0CEF8: hue angle of 242.86º degrees, saturation: 0.75, 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 #D0CEF8 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 208 206 248 -
CMYK 0.16 0.17 0 0.03
HSL 242.86º 0.75% 0.89% -
HSV(B) 242.86º 0.17% 0.97% -
XYZ 65.03 64.33 97.8 -
YUV 211.39 148.66 125.58 -
System Red Green Blue C M Y K H S L
Decimal 208 206 248 0.16 0.17 0 0.03 242.86 0.75 0.89
Hex D0 CE F8 10 11 0 3 F3 4B 59
Octal 320 316 370 20 21 0 3 363 113 131
Binary 11010000 11001110 11111000 10000 10001 0 11 11110011 1001011 1011001

Color Harmonies of #D0CEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CEF8

Black with #D0CEF8

Text Example


Text Example

White with #D0CEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CEF8; }

 p { color: rgb(208,206,248); }

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

background-color css

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

 a { background-color: rgb(208,206,248); }

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

border-color css

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

 span { border-color: rgb(208,206,248); }

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