Html Css Color HEX #D3CAFE Lavender Blue

📋 copy color: '#D3CAFE'

red 211 ◦ green 202 ◦ blue 254

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

Shades of Lavender Blue #D3CAFE

Tints of Lavender Blue #D3CAFE

RGB

 RED value IS 211 (82.81% from 255) = 31.63%

 GREEN value IS 202 (79.3% from 255) = 30.28%

 BLUE value IS 254 (99.61% from 255) = 38.08%

R = 31.63%
G = 30.28%
B = 38.08%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D3CAFE (or 0xD3CAFE) is known color: Lavender Blue. HEX triplet: D3, CA and FE. RGB value is (211,202,254). Sum of RGB (Red+Green+Blue) = 211+202+254=667 (88% of max value = 765). Red value is 211 (82.81% from 255 or 31.63% from 667); Green value is 202 (79.30% from 255 or 30.28% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #D3CAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CAFE is #2C3501. Grayscale: #D2D2D2. Windows color (decimal): -2897154 or 16698067. OLE color: 16698067.

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

Color convert

RGB 211 202 254 -
CMYK 0.17 0.20 0 0.00
HSL 250.38º 0.96% 0.89% -
HSV(B) 250.38º 0.2% 1% -
XYZ 65.87 63.25 102.5 -
YUV 210.62 152.48 128.27 -
System Red Green Blue C M Y K H S L
Decimal 211 202 254 0.17 0.20 0 0.00 250.38 0.96 0.89
Hex D3 CA FE 11 14 0 0 FA 60 59
Octal 323 312 376 21 24 0 0 372 140 131
Binary 11010011 11001010 11111110 10001 10100 0 0 11111010 1100000 1011001

Color Harmonies of #D3CAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3CAFE

Black with #D3CAFE

Text Example


Text Example

White with #D3CAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3CAFE; }

 p { color: rgb(211,202,254); }

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

background-color css

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

 a { background-color: rgb(211,202,254); }

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

border-color css

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

 span { border-color: rgb(211,202,254); }

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