Html Css Color HEX #D4CEFF Lavender Blue

📋 copy color: '#D4CEFF'

red 212 ◦ green 206 ◦ blue 255

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

Shades of Lavender Blue #D4CEFF

Tints of Lavender Blue #D4CEFF

RGB

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

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

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

R = 31.5%
G = 30.61%
B = 37.89%

CMYK

 C value IS 0.17

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D4CEFF (or 0xD4CEFF) is known color: Lavender Blue. HEX triplet: D4, CE and FF. RGB value is (212,206,255). Sum of RGB (Red+Green+Blue) = 212+206+255=673 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.50% from 673); Green value is 206 (80.86% from 255 or 30.61% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4CEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CEFF is #2B3100. Grayscale: #D5D5D5. Windows color (decimal): -2830593 or 16764628. OLE color: 16764628.

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

Color convert

RGB 212 206 255 -
CMYK 0.17 0.19 0 0
HSL 247.35º 1% 0.9% -
HSV(B) 247.35º 0.19% 1% -
XYZ 67.27 65.36 103.68 -
YUV 213.38 151.49 127.02 -
System Red Green Blue C M Y K H S L
Decimal 212 206 255 0.17 0.19 0 0 247.35 1 0.9
Hex D4 CE FF 11 13 0 0 F7 64 5A
Octal 324 316 377 21 23 0 0 367 144 132
Binary 11010100 11001110 11111111 10001 10011 0 0 11110111 1100100 1011010

Color Harmonies of #D4CEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CEFF

Black with #D4CEFF

Text Example


Text Example

White with #D4CEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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