Html Css Color HEX #D0CAF3 Lavender Blue

📋 copy color: '#D0CAF3'

red 208 ◦ green 202 ◦ blue 243

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

Shades of Lavender Blue #D0CAF3

Tints of Lavender Blue #D0CAF3

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.93%

 BLUE value IS 243 (95.31% from 255) = 37.21%

R = 31.85%
G = 30.93%
B = 37.21%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D0CAF3 (or 0xD0CAF3) is known color: Lavender Blue. HEX triplet: D0, CA and F3. RGB value is (208,202,243). Sum of RGB (Red+Green+Blue) = 208+202+243=653 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.85% from 653); Green value is 202 (79.30% from 255 or 30.93% from 653); Blue value is 243 (95.31% from 255 or 37.21% from 653); Max value from RGB is 243 - color contains mainly: blue. Hex color #D0CAF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CAF3 is #2F350C. Grayscale: #D0D0D0. Windows color (decimal): -3093773 or 15977168. OLE color: 15977168.

HSL color Cylindrical-coordinate representation of color #D0CAF3: hue angle of 248.78º degrees, saturation: 0.63, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0CAF3 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 202 243 -
CMYK 0.14 0.17 0 0.05
HSL 248.78º 0.63% 0.87% -
HSV(B) 248.78º 0.17% 0.95% -
XYZ 63.31 62.12 93.45 -
YUV 208.47 147.49 127.67 -
System Red Green Blue C M Y K H S L
Decimal 208 202 243 0.14 0.17 0 0.05 248.78 0.63 0.87
Hex D0 CA F3 E 11 0 5 F9 3F 57
Octal 320 312 363 16 21 0 5 371 77 127
Binary 11010000 11001010 11110011 1110 10001 0 101 11111001 111111 1010111

Color Harmonies of #D0CAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CAF3

Black with #D0CAF3

Text Example


Text Example

White with #D0CAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CAF3; }

 p { color: rgb(208,202,243); }

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

background-color css

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

 a { background-color: rgb(208,202,243); }

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

border-color css

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

 span { border-color: rgb(208,202,243); }

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