Html Css Color HEX #D4CEFA Lavender Blue

📋 copy color: '#D4CEFA'

red 212 ◦ green 206 ◦ blue 250

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

Shades of Lavender Blue #D4CEFA

Tints of Lavender Blue #D4CEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.43%

R = 31.74%
G = 30.84%
B = 37.43%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D4CEFA (or 0xD4CEFA) is known color: Lavender Blue. HEX triplet: D4, CE and FA. RGB value is (212,206,250). Sum of RGB (Red+Green+Blue) = 212+206+250=668 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.74% from 668); Green value is 206 (80.86% from 255 or 30.84% from 668); Blue value is 250 (98.05% from 255 or 37.43% from 668); Max value from RGB is 250 - color contains mainly: blue. Hex color #D4CEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CEFA is #2B3105. Grayscale: #D4D4D4. Windows color (decimal): -2830598 or 16436948. OLE color: 16436948.

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

Color convert

RGB 212 206 250 -
CMYK 0.15 0.18 0 0.02
HSL 248.18º 0.81% 0.89% -
HSV(B) 248.18º 0.18% 0.98% -
XYZ 66.48 65.04 99.49 -
YUV 212.81 148.99 127.42 -
System Red Green Blue C M Y K H S L
Decimal 212 206 250 0.15 0.18 0 0.02 248.18 0.81 0.89
Hex D4 CE FA F 12 0 2 F8 51 59
Octal 324 316 372 17 22 0 2 370 121 131
Binary 11010100 11001110 11111010 1111 10010 0 10 11111000 1010001 1011001

Color Harmonies of #D4CEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CEFA

Black with #D4CEFA

Text Example


Text Example

White with #D4CEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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