Html Css Color HEX #D4CEF6 Lavender Blue

📋 copy color: '#D4CEF6'

red 212 ◦ green 206 ◦ blue 246

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

Shades of Lavender Blue #D4CEF6

Tints of Lavender Blue #D4CEF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 37.05%

R = 31.93%
G = 31.02%
B = 37.05%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D4CEF6 (or 0xD4CEF6) is known color: Lavender Blue. HEX triplet: D4, CE and F6. RGB value is (212,206,246). Sum of RGB (Red+Green+Blue) = 212+206+246=664 (87% of max value = 765). Red value is 212 (83.20% from 255 or 31.93% from 664); Green value is 206 (80.86% from 255 or 31.02% from 664); Blue value is 246 (96.48% from 255 or 37.05% from 664); Max value from RGB is 246 - color contains mainly: blue. Hex color #D4CEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CEF6 is #2B3109. Grayscale: #D4D4D4. Windows color (decimal): -2830602 or 16174804. OLE color: 16174804.

HSL color Cylindrical-coordinate representation of color #D4CEF6: hue angle of 249º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4CEF6 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 212 206 246 -
CMYK 0.14 0.16 0 0.04
HSL 249º 0.69% 0.89% -
HSV(B) 249º 0.16% 0.96% -
XYZ 65.86 64.79 96.22 -
YUV 212.35 146.99 127.75 -
System Red Green Blue C M Y K H S L
Decimal 212 206 246 0.14 0.16 0 0.04 249 0.69 0.89
Hex D4 CE F6 E 10 0 4 F9 45 59
Octal 324 316 366 16 20 0 4 371 105 131
Binary 11010100 11001110 11110110 1110 10000 0 100 11111001 1000101 1011001

Color Harmonies of #D4CEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CEF6

Black with #D4CEF6

Text Example


Text Example

White with #D4CEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CEF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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