Html Css Color HEX #D1C2FF Lavender Blue

📋 copy color: '#D1C2FF'

red 209 ◦ green 194 ◦ blue 255

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

Shades of Lavender Blue #D1C2FF

Tints of Lavender Blue #D1C2FF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 29.48%

 BLUE value IS 255 (100% from 255) = 38.75%

R = 31.76%
G = 29.48%
B = 38.75%

CMYK

 C value IS 0.18

 M value IS 0.24

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D1C2FF (or 0xD1C2FF) is known color: Lavender Blue. HEX triplet: D1, C2 and FF. RGB value is (209,194,255). Sum of RGB (Red+Green+Blue) = 209+194+255=658 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.76% from 658); Green value is 194 (76.17% from 255 or 29.48% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1C2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1C2FF is #2E3D00. Grayscale: #CDCDCD. Windows color (decimal): -3030273 or 16761553. OLE color: 16761553.

HSL color Cylindrical-coordinate representation of color #D1C2FF: hue angle of 254.75º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D1C2FF is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 209 194 255 -
CMYK 0.18 0.24 0 0
HSL 254.75º 1% 0.88% -
HSV(B) 254.75º 0.24% 1% -
XYZ 63.64 59.36 102.71 -
YUV 205.44 155.97 130.54 -
System Red Green Blue C M Y K H S L
Decimal 209 194 255 0.18 0.24 0 0 254.75 1 0.88
Hex D1 C2 FF 12 18 0 0 FF 64 58
Octal 321 302 377 22 30 0 0 377 144 130
Binary 11010001 11000010 11111111 10010 11000 0 0 11111111 1100100 1011000

Color Harmonies of #D1C2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C2FF

Black with #D1C2FF

Text Example


Text Example

White with #D1C2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C2FF; }

 p { color: rgb(209,194,255); }

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

background-color css

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

 a { background-color: rgb(209,194,255); }

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

border-color css

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

 span { border-color: rgb(209,194,255); }

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