Html Css Color HEX #D4CBFC Lavender Blue

📋 copy color: '#D4CBFC'

red 212 ◦ green 203 ◦ blue 252

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

Shades of Lavender Blue #D4CBFC

Tints of Lavender Blue #D4CBFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 37.78%

R = 31.78%
G = 30.43%
B = 37.78%

CMYK

 C value IS 0.16

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D4CBFC (or 0xD4CBFC) is known color: Lavender Blue. HEX triplet: D4, CB and FC. RGB value is (212,203,252). Sum of RGB (Red+Green+Blue) = 212+203+252=667 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.78% from 667); Green value is 203 (79.69% from 255 or 30.43% from 667); Blue value is 252 (98.83% from 255 or 37.78% from 667); Max value from RGB is 252 - color contains mainly: blue. Hex color #D4CBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CBFC is #2B3403. Grayscale: #D3D3D3. Windows color (decimal): -2831364 or 16567252. OLE color: 16567252.

HSL color Cylindrical-coordinate representation of color #D4CBFC: hue angle of 251.02º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D4CBFC is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 203 252 -
CMYK 0.16 0.19 0 0.01
HSL 251.02º 0.89% 0.89% -
HSV(B) 251.02º 0.19% 0.99% -
XYZ 66.08 63.74 100.92 -
YUV 211.28 150.98 128.52 -
System Red Green Blue C M Y K H S L
Decimal 212 203 252 0.16 0.19 0 0.01 251.02 0.89 0.89
Hex D4 CB FC 10 13 0 1 FB 59 59
Octal 324 313 374 20 23 0 1 373 131 131
Binary 11010100 11001011 11111100 10000 10011 0 1 11111011 1011001 1011001

Color Harmonies of #D4CBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CBFC

Black with #D4CBFC

Text Example


Text Example

White with #D4CBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CBFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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