Html Css Color HEX #D4CFFB Lavender Blue

📋 copy color: '#D4CFFB'

red 212 ◦ green 207 ◦ blue 251

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

Shades of Lavender Blue #D4CFFB

Tints of Lavender Blue #D4CFFB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 30.9%

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

R = 31.64%
G = 30.9%
B = 37.46%

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

#D4CFFB (or 0xD4CFFB) is known color: Lavender Blue. HEX triplet: D4, CF and FB. RGB value is (212,207,251). Sum of RGB (Red+Green+Blue) = 212+207+251=670 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.64% from 670); Green value is 207 (81.25% from 255 or 30.90% from 670); Blue value is 251 (98.44% from 255 or 37.46% from 670); Max value from RGB is 251 - color contains mainly: blue. Hex color #D4CFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CFFB is #2B3004. Grayscale: #D5D5D5. Windows color (decimal): -2830341 or 16502740. OLE color: 16502740.

HSL color Cylindrical-coordinate representation of color #D4CFFB: hue angle of 246.82º 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 #D4CFFB is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 207 251 -
CMYK 0.16 0.18 0 0.02
HSL 246.82º 0.85% 0.9% -
HSV(B) 246.82º 0.18% 0.98% -
XYZ 66.88 65.59 100.4 -
YUV 213.51 149.16 126.92 -
System Red Green Blue C M Y K H S L
Decimal 212 207 251 0.16 0.18 0 0.02 246.82 0.85 0.9
Hex D4 CF FB 10 12 0 2 F7 55 5A
Octal 324 317 373 20 22 0 2 367 125 132
Binary 11010100 11001111 11111011 10000 10010 0 10 11110111 1010101 1011010

Color Harmonies of #D4CFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CFFB

Black with #D4CFFB

Text Example


Text Example

White with #D4CFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CFFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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