Html Css Color HEX #D5CAFF Lavender Blue

📋 copy color: '#D5CAFF'

red 213 ◦ green 202 ◦ blue 255

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

Shades of Lavender Blue #D5CAFF

Tints of Lavender Blue #D5CAFF

RGB

 RED value IS 213 (83.59% from 255) = 31.79%

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

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

R = 31.79%
G = 30.15%
B = 38.06%

CMYK

 C value IS 0.16

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D5CAFF (or 0xD5CAFF) is known color: Lavender Blue. HEX triplet: D5, CA and FF. RGB value is (213,202,255). Sum of RGB (Red+Green+Blue) = 213+202+255=670 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.79% from 670); Green value is 202 (79.30% from 255 or 30.15% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5CAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CAFF is #2A3500. Grayscale: #D3D3D3. Windows color (decimal): -2766081 or 16763605. OLE color: 16763605.

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

Color convert

RGB 213 202 255 -
CMYK 0.16 0.21 0 0
HSL 252.45º 1% 0.9% -
HSV(B) 252.45º 0.21% 1% -
XYZ 66.61 63.61 103.37 -
YUV 211.33 152.64 129.19 -
System Red Green Blue C M Y K H S L
Decimal 213 202 255 0.16 0.21 0 0 252.45 1 0.9
Hex D5 CA FF 10 15 0 0 FC 64 5A
Octal 325 312 377 20 25 0 0 374 144 132
Binary 11010101 11001010 11111111 10000 10101 0 0 11111100 1100100 1011010

Color Harmonies of #D5CAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CAFF

Black with #D5CAFF

Text Example


Text Example

White with #D5CAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CAFF; }

 p { color: rgb(213,202,255); }

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

background-color css

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

 a { background-color: rgb(213,202,255); }

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

border-color css

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

 span { border-color: rgb(213,202,255); }

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