Html Css Color HEX #D1CEFA Lavender Blue

📋 copy color: '#D1CEFA'

red 209 ◦ green 206 ◦ blue 250

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

Shades of Lavender Blue #D1CEFA

Tints of Lavender Blue #D1CEFA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 30.98%

 BLUE value IS 250 (98.05% from 255) = 37.59%

R = 31.43%
G = 30.98%
B = 37.59%

CMYK

 C value IS 0.16

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D1CEFA (or 0xD1CEFA) is known color: Lavender Blue. HEX triplet: D1, CE and FA. RGB value is (209,206,250). Sum of RGB (Red+Green+Blue) = 209+206+250=665 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.43% from 665); Green value is 206 (80.86% from 255 or 30.98% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 250 - color contains mainly: blue. Hex color #D1CEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CEFA is #2E3105. Grayscale: #D3D3D3. Windows color (decimal): -3027206 or 16436945. OLE color: 16436945.

HSL color Cylindrical-coordinate representation of color #D1CEFA: hue angle of 244.09º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1CEFA is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 206 250 -
CMYK 0.16 0.18 0 0.02
HSL 244.09º 0.81% 0.89% -
HSV(B) 244.09º 0.18% 0.98% -
XYZ 65.62 64.6 99.45 -
YUV 211.91 149.49 125.92 -
System Red Green Blue C M Y K H S L
Decimal 209 206 250 0.16 0.18 0 0.02 244.09 0.81 0.89
Hex D1 CE FA 10 12 0 2 F4 51 59
Octal 321 316 372 20 22 0 2 364 121 131
Binary 11010001 11001110 11111010 10000 10010 0 10 11110100 1010001 1011001

Color Harmonies of #D1CEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CEFA

Black with #D1CEFA

Text Example


Text Example

White with #D1CEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CEFA; }

 p { color: rgb(209,206,250); }

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

background-color css

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

 a { background-color: rgb(209,206,250); }

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

border-color css

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

 span { border-color: rgb(209,206,250); }

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