Html Css Color HEX #D1CCFD Lavender Blue

📋 copy color: '#D1CCFD'

red 209 ◦ green 204 ◦ blue 253

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

Shades of Lavender Blue #D1CCFD

Tints of Lavender Blue #D1CCFD

RGB

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

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

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

R = 31.38%
G = 30.63%
B = 37.99%

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

#D1CCFD (or 0xD1CCFD) is known color: Lavender Blue. HEX triplet: D1, CC and FD. RGB value is (209,204,253). Sum of RGB (Red+Green+Blue) = 209+204+253=666 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.38% from 666); Green value is 204 (80.08% from 255 or 30.63% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 253 - color contains mainly: blue. Hex color #D1CCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CCFD is #2E3302. Grayscale: #D2D2D2. Windows color (decimal): -3027715 or 16633041. OLE color: 16633041.

HSL color Cylindrical-coordinate representation of color #D1CCFD: hue angle of 246.12º 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 #D1CCFD is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 209 204 253 -
CMYK 0.17 0.19 0 0.01
HSL 246.12º 0.92% 0.9% -
HSV(B) 246.12º 0.19% 0.99% -
XYZ 65.62 63.83 101.79 -
YUV 211.08 151.66 126.52 -
System Red Green Blue C M Y K H S L
Decimal 209 204 253 0.17 0.19 0 0.01 246.12 0.92 0.9
Hex D1 CC FD 11 13 0 1 F6 5C 5A
Octal 321 314 375 21 23 0 1 366 134 132
Binary 11010001 11001100 11111101 10001 10011 0 1 11110110 1011100 1011010

Color Harmonies of #D1CCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CCFD

Black with #D1CCFD

Text Example


Text Example

White with #D1CCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CCFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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