Html Css Color HEX #D1CDFD Lavender Blue

📋 copy color: '#D1CDFD'

red 209 ◦ green 205 ◦ blue 253

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

Shades of Lavender Blue #D1CDFD

Tints of Lavender Blue #D1CDFD

RGB

 RED value IS 209 (82.03% from 255) = 31.33%

 GREEN value IS 205 (80.47% from 255) = 30.73%

 BLUE value IS 253 (99.22% from 255) = 37.93%

R = 31.33%
G = 30.73%
B = 37.93%

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

#D1CDFD (or 0xD1CDFD) is known color: Lavender Blue. HEX triplet: D1, CD and FD. RGB value is (209,205,253). Sum of RGB (Red+Green+Blue) = 209+205+253=667 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.33% from 667); Green value is 205 (80.47% from 255 or 30.73% from 667); Blue value is 253 (99.22% from 255 or 37.93% from 667); Max value from RGB is 253 - color contains mainly: blue. Hex color #D1CDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CDFD is #2E3202. Grayscale: #D3D3D3. Windows color (decimal): -3027459 or 16633297. OLE color: 16633297.

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

Color convert

RGB 209 205 253 -
CMYK 0.17 0.19 0 0.01
HSL 245º 0.92% 0.9% -
HSV(B) 245º 0.19% 0.99% -
XYZ 65.86 64.31 101.87 -
YUV 211.67 151.33 126.1 -
System Red Green Blue C M Y K H S L
Decimal 209 205 253 0.17 0.19 0 0.01 245 0.92 0.9
Hex D1 CD FD 11 13 0 1 F5 5C 5A
Octal 321 315 375 21 23 0 1 365 134 132
Binary 11010001 11001101 11111101 10001 10011 0 1 11110101 1011100 1011010

Color Harmonies of #D1CDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CDFD

Black with #D1CDFD

Text Example


Text Example

White with #D1CDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CDFD; }

 p { color: rgb(209,205,253); }

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

background-color css

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

 a { background-color: rgb(209,205,253); }

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

border-color css

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

 span { border-color: rgb(209,205,253); }

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