Html Css Color HEX #D1CBFD Lavender Blue

📋 copy color: '#D1CBFD'

red 209 ◦ green 203 ◦ blue 253

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

Shades of Lavender Blue #D1CBFD

Tints of Lavender Blue #D1CBFD

RGB

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

 GREEN value IS 203 (79.69% from 255) = 30.53%

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

R = 31.43%
G = 30.53%
B = 38.05%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D1CBFD (or 0xD1CBFD) is known color: Lavender Blue. HEX triplet: D1, CB and FD. RGB value is (209,203,253). Sum of RGB (Red+Green+Blue) = 209+203+253=665 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.43% from 665); Green value is 203 (79.69% from 255 or 30.53% from 665); Blue value is 253 (99.22% from 255 or 38.05% from 665); Max value from RGB is 253 - color contains mainly: blue. Hex color #D1CBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CBFD is #2E3402. Grayscale: #D2D2D2. Windows color (decimal): -3027971 or 16632785. OLE color: 16632785.

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

Color convert

RGB 209 203 253 -
CMYK 0.17 0.20 0 0.01
HSL 247.2º 0.93% 0.89% -
HSV(B) 247.2º 0.2% 0.99% -
XYZ 65.38 63.36 101.71 -
YUV 210.49 151.99 126.93 -
System Red Green Blue C M Y K H S L
Decimal 209 203 253 0.17 0.20 0 0.01 247.2 0.93 0.89
Hex D1 CB FD 11 14 0 1 F7 5D 59
Octal 321 313 375 21 24 0 1 367 135 131
Binary 11010001 11001011 11111101 10001 10100 0 1 11110111 1011101 1011001

Color Harmonies of #D1CBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CBFD

Black with #D1CBFD

Text Example


Text Example

White with #D1CBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CBFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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