Html Css Color HEX #D0CEF7 Lavender Blue

📋 copy color: '#D0CEF7'

red 208 ◦ green 206 ◦ blue 247

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

Shades of Lavender Blue #D0CEF7

Tints of Lavender Blue #D0CEF7

RGB

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

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

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

R = 31.47%
G = 31.16%
B = 37.37%

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

#D0CEF7 (or 0xD0CEF7) is known color: Lavender Blue. HEX triplet: D0, CE and F7. RGB value is (208,206,247). Sum of RGB (Red+Green+Blue) = 208+206+247=661 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.47% from 661); Green value is 206 (80.86% from 255 or 31.16% from 661); Blue value is 247 (96.88% from 255 or 37.37% from 661); Max value from RGB is 247 - color contains mainly: blue. Hex color #D0CEF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CEF7 is #2F3108. Grayscale: #D3D3D3. Windows color (decimal): -3092745 or 16240336. OLE color: 16240336.

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

Color convert

RGB 208 206 247 -
CMYK 0.16 0.17 0 0.03
HSL 242.93º 0.72% 0.89% -
HSV(B) 242.93º 0.17% 0.97% -
XYZ 64.87 64.27 96.98 -
YUV 211.27 148.16 125.67 -
System Red Green Blue C M Y K H S L
Decimal 208 206 247 0.16 0.17 0 0.03 242.93 0.72 0.89
Hex D0 CE F7 10 11 0 3 F3 48 59
Octal 320 316 367 20 21 0 3 363 110 131
Binary 11010000 11001110 11110111 10000 10001 0 11 11110011 1001000 1011001

Color Harmonies of #D0CEF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CEF7

Black with #D0CEF7

Text Example


Text Example

White with #D0CEF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CEF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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