Html Css Color HEX #D0CCFC Lavender Blue

📋 copy color: '#D0CCFC'

red 208 ◦ green 204 ◦ blue 252

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

Shades of Lavender Blue #D0CCFC

Tints of Lavender Blue #D0CCFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 37.95%

R = 31.33%
G = 30.72%
B = 37.95%

CMYK

 C value IS 0.17

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D0CCFC (or 0xD0CCFC) is known color: Lavender Blue. HEX triplet: D0, CC and FC. RGB value is (208,204,252). Sum of RGB (Red+Green+Blue) = 208+204+252=664 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.33% from 664); Green value is 204 (80.08% from 255 or 30.72% from 664); Blue value is 252 (98.83% from 255 or 37.95% from 664); Max value from RGB is 252 - color contains mainly: blue. Hex color #D0CCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CCFC is #2F3303. Grayscale: #D2D2D2. Windows color (decimal): -3093252 or 16567504. OLE color: 16567504.

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

Color convert

RGB 208 204 252 -
CMYK 0.17 0.19 0 0.01
HSL 245º 0.89% 0.89% -
HSV(B) 245º 0.19% 0.99% -
XYZ 65.18 63.62 100.94 -
YUV 210.67 151.33 126.1 -
System Red Green Blue C M Y K H S L
Decimal 208 204 252 0.17 0.19 0 0.01 245 0.89 0.89
Hex D0 CC FC 11 13 0 1 F5 59 59
Octal 320 314 374 21 23 0 1 365 131 131
Binary 11010000 11001100 11111100 10001 10011 0 1 11110101 1011001 1011001

Color Harmonies of #D0CCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CCFC

Black with #D0CCFC

Text Example


Text Example

White with #D0CCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CCFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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