Html Css Color HEX #D4CEFD Lavender Blue

📋 copy color: '#D4CEFD'

red 212 ◦ green 206 ◦ blue 253

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

Shades of Lavender Blue #D4CEFD

Tints of Lavender Blue #D4CEFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.7%

R = 31.59%
G = 30.7%
B = 37.7%

CMYK

 C value IS 0.16

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D4CEFD (or 0xD4CEFD) is known color: Lavender Blue. HEX triplet: D4, CE and FD. RGB value is (212,206,253). Sum of RGB (Red+Green+Blue) = 212+206+253=671 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.59% from 671); Green value is 206 (80.86% from 255 or 30.70% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #D4CEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CEFD is #2B3102. Grayscale: #D4D4D4. Windows color (decimal): -2830595 or 16633556. OLE color: 16633556.

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

Color convert

RGB 212 206 253 -
CMYK 0.16 0.19 0 0.01
HSL 247.66º 0.92% 0.9% -
HSV(B) 247.66º 0.19% 0.99% -
XYZ 66.95 65.23 101.99 -
YUV 213.15 150.49 127.18 -
System Red Green Blue C M Y K H S L
Decimal 212 206 253 0.16 0.19 0 0.01 247.66 0.92 0.9
Hex D4 CE FD 10 13 0 1 F8 5C 5A
Octal 324 316 375 20 23 0 1 370 134 132
Binary 11010100 11001110 11111101 10000 10011 0 1 11111000 1011100 1011010

Color Harmonies of #D4CEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CEFD

Black with #D4CEFD

Text Example


Text Example

White with #D4CEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CEFD; }

 p { color: rgb(212,206,253); }

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

background-color css

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

 a { background-color: rgb(212,206,253); }

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

border-color css

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

 span { border-color: rgb(212,206,253); }

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