Html Css Color HEX #D4CEFB Lavender Blue

📋 copy color: '#D4CEFB'

red 212 ◦ green 206 ◦ blue 251

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

Shades of Lavender Blue #D4CEFB

Tints of Lavender Blue #D4CEFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.52%

R = 31.69%
G = 30.79%
B = 37.52%

CMYK

 C value IS 0.16

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D4CEFB (or 0xD4CEFB) is known color: Lavender Blue. HEX triplet: D4, CE and FB. RGB value is (212,206,251). Sum of RGB (Red+Green+Blue) = 212+206+251=669 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.69% from 669); Green value is 206 (80.86% from 255 or 30.79% from 669); Blue value is 251 (98.44% from 255 or 37.52% from 669); Max value from RGB is 251 - color contains mainly: blue. Hex color #D4CEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CEFB is #2B3104. Grayscale: #D4D4D4. Windows color (decimal): -2830597 or 16502484. OLE color: 16502484.

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

Color convert

RGB 212 206 251 -
CMYK 0.16 0.18 0 0.02
HSL 248º 0.85% 0.9% -
HSV(B) 248º 0.18% 0.98% -
XYZ 66.64 65.1 100.32 -
YUV 212.92 149.49 127.34 -
System Red Green Blue C M Y K H S L
Decimal 212 206 251 0.16 0.18 0 0.02 248 0.85 0.9
Hex D4 CE FB 10 12 0 2 F8 55 5A
Octal 324 316 373 20 22 0 2 370 125 132
Binary 11010100 11001110 11111011 10000 10010 0 10 11111000 1010101 1011010

Color Harmonies of #D4CEFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CEFB

Black with #D4CEFB

Text Example


Text Example

White with #D4CEFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CEFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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