Html Css Color HEX #D4CAFF Lavender Blue

📋 copy color: '#D4CAFF'

red 212 ◦ green 202 ◦ blue 255

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

Shades of Lavender Blue #D4CAFF

Tints of Lavender Blue #D4CAFF

RGB

 RED value IS 212 (83.2% from 255) = 31.69%

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

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

R = 31.69%
G = 30.19%
B = 38.12%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D4CAFF (or 0xD4CAFF) is known color: Lavender Blue. HEX triplet: D4, CA and FF. RGB value is (212,202,255). Sum of RGB (Red+Green+Blue) = 212+202+255=669 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.69% from 669); Green value is 202 (79.30% from 255 or 30.19% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4CAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CAFF is #2B3500. Grayscale: #D2D2D2. Windows color (decimal): -2831617 or 16763604. OLE color: 16763604.

HSL color Cylindrical-coordinate representation of color #D4CAFF: hue angle of 251.32º 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 #D4CAFF is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 212 202 255 -
CMYK 0.17 0.21 0 0
HSL 251.32º 1% 0.9% -
HSV(B) 251.32º 0.21% 1% -
XYZ 66.32 63.46 103.36 -
YUV 211.03 152.81 128.69 -
System Red Green Blue C M Y K H S L
Decimal 212 202 255 0.17 0.21 0 0 251.32 1 0.9
Hex D4 CA FF 11 15 0 0 FB 64 5A
Octal 324 312 377 21 25 0 0 373 144 132
Binary 11010100 11001010 11111111 10001 10101 0 0 11111011 1100100 1011010

Color Harmonies of #D4CAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CAFF

Black with #D4CAFF

Text Example


Text Example

White with #D4CAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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