Html Css Color HEX #D0C2FF Lavender Blue

📋 copy color: '#D0C2FF'

red 208 ◦ green 194 ◦ blue 255

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

Shades of Lavender Blue #D0C2FF

Tints of Lavender Blue #D0C2FF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29.53%

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

R = 31.66%
G = 29.53%
B = 38.81%

CMYK

 C value IS 0.18

 M value IS 0.24

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D0C2FF (or 0xD0C2FF) is known color: Lavender Blue. HEX triplet: D0, C2 and FF. RGB value is (208,194,255). Sum of RGB (Red+Green+Blue) = 208+194+255=657 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.66% from 657); Green value is 194 (76.17% from 255 or 29.53% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0C2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0C2FF is #2F3D00. Grayscale: #CCCCCC. Windows color (decimal): -3095809 or 16761552. OLE color: 16761552.

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

Color convert

RGB 208 194 255 -
CMYK 0.18 0.24 0 0
HSL 253.77º 1% 0.88% -
HSV(B) 253.77º 0.24% 1% -
XYZ 63.35 59.21 102.7 -
YUV 205.14 156.14 130.04 -
System Red Green Blue C M Y K H S L
Decimal 208 194 255 0.18 0.24 0 0 253.77 1 0.88
Hex D0 C2 FF 12 18 0 0 FE 64 58
Octal 320 302 377 22 30 0 0 376 144 130
Binary 11010000 11000010 11111111 10010 11000 0 0 11111110 1100100 1011000

Color Harmonies of #D0C2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C2FF

Black with #D0C2FF

Text Example


Text Example

White with #D0C2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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