Html Css Color HEX #D4CBFA Lavender Blue

📋 copy color: '#D4CBFA'

red 212 ◦ green 203 ◦ blue 250

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

Shades of Lavender Blue #D4CBFA

Tints of Lavender Blue #D4CBFA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 30.53%

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

R = 31.88%
G = 30.53%
B = 37.59%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D4CBFA (or 0xD4CBFA) is known color: Lavender Blue. HEX triplet: D4, CB and FA. RGB value is (212,203,250). Sum of RGB (Red+Green+Blue) = 212+203+250=665 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.88% from 665); Green value is 203 (79.69% from 255 or 30.53% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 250 - color contains mainly: blue. Hex color #D4CBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CBFA is #2B3405. Grayscale: #D2D2D2. Windows color (decimal): -2831366 or 16436180. OLE color: 16436180.

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

Color convert

RGB 212 203 250 -
CMYK 0.15 0.19 0 0.02
HSL 251.49º 0.82% 0.89% -
HSV(B) 251.49º 0.19% 0.98% -
XYZ 65.76 63.61 99.25 -
YUV 211.05 149.98 128.68 -
System Red Green Blue C M Y K H S L
Decimal 212 203 250 0.15 0.19 0 0.02 251.49 0.82 0.89
Hex D4 CB FA F 13 0 2 FB 52 59
Octal 324 313 372 17 23 0 2 373 122 131
Binary 11010100 11001011 11111010 1111 10011 0 10 11111011 1010010 1011001

Color Harmonies of #D4CBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CBFA

Black with #D4CBFA

Text Example


Text Example

White with #D4CBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CBFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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