Html Css Color HEX #D4CEFE Lavender Blue

📋 copy color: '#D4CEFE'

red 212 ◦ green 206 ◦ blue 254

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

Shades of Lavender Blue #D4CEFE

Tints of Lavender Blue #D4CEFE

RGB

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

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

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

R = 31.55%
G = 30.65%
B = 37.8%

CMYK

 C value IS 0.17

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D4CEFE (or 0xD4CEFE) is known color: Lavender Blue. HEX triplet: D4, CE and FE. RGB value is (212,206,254). Sum of RGB (Red+Green+Blue) = 212+206+254=672 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.55% from 672); Green value is 206 (80.86% from 255 or 30.65% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 254 - color contains mainly: blue. Hex color #D4CEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CEFE is #2B3101. Grayscale: #D5D5D5. Windows color (decimal): -2830594 or 16699092. OLE color: 16699092.

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

Color convert

RGB 212 206 254 -
CMYK 0.17 0.19 0 0.00
HSL 247.5º 0.96% 0.9% -
HSV(B) 247.5º 0.19% 1% -
XYZ 67.11 65.3 102.83 -
YUV 213.27 150.99 127.1 -
System Red Green Blue C M Y K H S L
Decimal 212 206 254 0.17 0.19 0 0.00 247.5 0.96 0.9
Hex D4 CE FE 11 13 0 0 F8 60 5A
Octal 324 316 376 21 23 0 0 370 140 132
Binary 11010100 11001110 11111110 10001 10011 0 0 11111000 1100000 1011010

Color Harmonies of #D4CEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CEFE

Black with #D4CEFE

Text Example


Text Example

White with #D4CEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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