Html Css Color HEX #D0CEF2 Lavender Blue

📋 copy color: '#D0CEF2'

red 208 ◦ green 206 ◦ blue 242

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

Shades of Lavender Blue #D0CEF2

Tints of Lavender Blue #D0CEF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 36.89%

R = 31.71%
G = 31.4%
B = 36.89%

CMYK

 C value IS 0.14

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D0CEF2 (or 0xD0CEF2) is known color: Lavender Blue. HEX triplet: D0, CE and F2. RGB value is (208,206,242). Sum of RGB (Red+Green+Blue) = 208+206+242=656 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.71% from 656); Green value is 206 (80.86% from 255 or 31.40% from 656); Blue value is 242 (94.92% from 255 or 36.89% from 656); Max value from RGB is 242 - color contains mainly: blue. Hex color #D0CEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CEF2 is #2F310D. Grayscale: #D2D2D2. Windows color (decimal): -3092750 or 15912656. OLE color: 15912656.

HSL color Cylindrical-coordinate representation of color #D0CEF2: hue angle of 243.33º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0CEF2 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 206 242 -
CMYK 0.14 0.15 0 0.05
HSL 243.33º 0.58% 0.88% -
HSV(B) 243.33º 0.15% 0.95% -
XYZ 64.11 63.96 92.97 -
YUV 210.7 145.66 126.07 -
System Red Green Blue C M Y K H S L
Decimal 208 206 242 0.14 0.15 0 0.05 243.33 0.58 0.88
Hex D0 CE F2 E F 0 5 F3 3A 58
Octal 320 316 362 16 17 0 5 363 72 130
Binary 11010000 11001110 11110010 1110 1111 0 101 11110011 111010 1011000

Color Harmonies of #D0CEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CEF2

Black with #D0CEF2

Text Example


Text Example

White with #D0CEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CEF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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