Html Css Color HEX #D0CCFF Lavender Blue

📋 copy color: '#D0CCFF'

red 208 ◦ green 204 ◦ blue 255

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

Shades of Lavender Blue #D0CCFF

Tints of Lavender Blue #D0CCFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.23%

R = 31.18%
G = 30.58%
B = 38.23%

CMYK

 C value IS 0.18

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D0CCFF (or 0xD0CCFF) is known color: Lavender Blue. HEX triplet: D0, CC and FF. RGB value is (208,204,255). Sum of RGB (Red+Green+Blue) = 208+204+255=667 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.18% from 667); Green value is 204 (80.08% from 255 or 30.58% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0CCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CCFF is #2F3300. Grayscale: #D2D2D2. Windows color (decimal): -3093249 or 16764112. OLE color: 16764112.

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

Color convert

RGB 208 204 255 -
CMYK 0.18 0.2 0 0
HSL 244.71º 1% 0.9% -
HSV(B) 244.71º 0.2% 1% -
XYZ 65.66 63.82 103.47 -
YUV 211.01 152.83 125.85 -
System Red Green Blue C M Y K H S L
Decimal 208 204 255 0.18 0.2 0 0 244.71 1 0.9
Hex D0 CC FF 12 14 0 0 F5 64 5A
Octal 320 314 377 22 24 0 0 365 144 132
Binary 11010000 11001100 11111111 10010 10100 0 0 11110101 1100100 1011010

Color Harmonies of #D0CCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CCFF

Black with #D0CCFF

Text Example


Text Example

White with #D0CCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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