Html Css Color HEX #D0C7FD Lavender Blue

📋 copy color: '#D0C7FD'

red 208 ◦ green 199 ◦ blue 253

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

Shades of Lavender Blue #D0C7FD

Tints of Lavender Blue #D0C7FD

RGB

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

 GREEN value IS 199 (78.13% from 255) = 30.15%

 BLUE value IS 253 (99.22% from 255) = 38.33%

R = 31.52%
G = 30.15%
B = 38.33%

CMYK

 C value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D0C7FD (or 0xD0C7FD) is known color: Lavender Blue. HEX triplet: D0, C7 and FD. RGB value is (208,199,253). Sum of RGB (Red+Green+Blue) = 208+199+253=660 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.52% from 660); Green value is 199 (78.12% from 255 or 30.15% from 660); Blue value is 253 (99.22% from 255 or 38.33% from 660); Max value from RGB is 253 - color contains mainly: blue. Hex color #D0C7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0C7FD is #2F3802. Grayscale: #CFCFCF. Windows color (decimal): -3094531 or 16631760. OLE color: 16631760.

HSL color Cylindrical-coordinate representation of color #D0C7FD: hue angle of 250º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D0C7FD is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 208 199 253 -
CMYK 0.18 0.21 0 0.01
HSL 250º 0.93% 0.89% -
HSV(B) 250º 0.21% 0.99% -
XYZ 64.17 61.35 101.39 -
YUV 207.85 153.48 128.11 -
System Red Green Blue C M Y K H S L
Decimal 208 199 253 0.18 0.21 0 0.01 250 0.93 0.89
Hex D0 C7 FD 12 15 0 1 FA 5D 59
Octal 320 307 375 22 25 0 1 372 135 131
Binary 11010000 11000111 11111101 10010 10101 0 1 11111010 1011101 1011001

Color Harmonies of #D0C7FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C7FD

Black with #D0C7FD

Text Example


Text Example

White with #D0C7FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C7FD; }

 p { color: rgb(208,199,253); }

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

background-color css

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

 a { background-color: rgb(208,199,253); }

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

border-color css

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

 span { border-color: rgb(208,199,253); }

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