Html Css Color HEX #D0CCFE Lavender Blue

📋 copy color: '#D0CCFE'

red 208 ◦ green 204 ◦ blue 254

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

Shades of Lavender Blue #D0CCFE

Tints of Lavender Blue #D0CCFE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30.63%

 BLUE value IS 254 (99.61% from 255) = 38.14%

R = 31.23%
G = 30.63%
B = 38.14%

CMYK

 C value IS 0.18

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D0CCFE (or 0xD0CCFE) is known color: Lavender Blue. HEX triplet: D0, CC and FE. RGB value is (208,204,254). Sum of RGB (Red+Green+Blue) = 208+204+254=666 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.23% from 666); Green value is 204 (80.08% from 255 or 30.63% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: blue. Hex color #D0CCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CCFE is #2F3301. Grayscale: #D2D2D2. Windows color (decimal): -3093250 or 16698576. OLE color: 16698576.

HSL color Cylindrical-coordinate representation of color #D0CCFE: hue angle of 244.8º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0CCFE is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 208 204 254 -
CMYK 0.18 0.20 0 0.00
HSL 244.8º 0.96% 0.9% -
HSV(B) 244.8º 0.2% 1% -
XYZ 65.49 63.75 102.62 -
YUV 210.9 152.33 125.93 -
System Red Green Blue C M Y K H S L
Decimal 208 204 254 0.18 0.20 0 0.00 244.8 0.96 0.9
Hex D0 CC FE 12 14 0 0 F5 60 5A
Octal 320 314 376 22 24 0 0 365 140 132
Binary 11010000 11001100 11111110 10010 10100 0 0 11110101 1100000 1011010

Color Harmonies of #D0CCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CCFE

Black with #D0CCFE

Text Example


Text Example

White with #D0CCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CCFE; }

 p { color: rgb(208,204,254); }

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

background-color css

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

 a { background-color: rgb(208,204,254); }

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

border-color css

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

 span { border-color: rgb(208,204,254); }

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