Html Css Color HEX #D0CEF9 Lavender Blue

📋 copy color: '#D0CEF9'

red 208 ◦ green 206 ◦ blue 249

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

Shades of Lavender Blue #D0CEF9

Tints of Lavender Blue #D0CEF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 37.56%

R = 31.37%
G = 31.07%
B = 37.56%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D0CEF9 (or 0xD0CEF9) is known color: Lavender Blue. HEX triplet: D0, CE and F9. RGB value is (208,206,249). Sum of RGB (Red+Green+Blue) = 208+206+249=663 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.37% from 663); Green value is 206 (80.86% from 255 or 31.07% from 663); Blue value is 249 (97.66% from 255 or 37.56% from 663); Max value from RGB is 249 - color contains mainly: blue. Hex color #D0CEF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CEF9 is #2F3106. Grayscale: #D3D3D3. Windows color (decimal): -3092743 or 16371408. OLE color: 16371408.

HSL color Cylindrical-coordinate representation of color #D0CEF9: hue angle of 242.79º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0CEF9 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 206 249 -
CMYK 0.16 0.17 0 0.02
HSL 242.79º 0.78% 0.89% -
HSV(B) 242.79º 0.17% 0.98% -
XYZ 65.18 64.39 98.62 -
YUV 211.5 149.16 125.5 -
System Red Green Blue C M Y K H S L
Decimal 208 206 249 0.16 0.17 0 0.02 242.79 0.78 0.89
Hex D0 CE F9 10 11 0 2 F3 4E 59
Octal 320 316 371 20 21 0 2 363 116 131
Binary 11010000 11001110 11111001 10000 10001 0 10 11110011 1001110 1011001

Color Harmonies of #D0CEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CEF9

Black with #D0CEF9

Text Example


Text Example

White with #D0CEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CEF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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