Html Css Color HEX #D4CBFD Lavender Blue

📋 copy color: '#D4CBFD'

red 212 ◦ green 203 ◦ blue 253

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

Shades of Lavender Blue #D4CBFD

Tints of Lavender Blue #D4CBFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.87%

R = 31.74%
G = 30.39%
B = 37.87%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D4CBFD (or 0xD4CBFD) is known color: Lavender Blue. HEX triplet: D4, CB and FD. RGB value is (212,203,253). Sum of RGB (Red+Green+Blue) = 212+203+253=668 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.74% from 668); Green value is 203 (79.69% from 255 or 30.39% from 668); Blue value is 253 (99.22% from 255 or 37.87% from 668); Max value from RGB is 253 - color contains mainly: blue. Hex color #D4CBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CBFD is #2B3402. Grayscale: #D3D3D3. Windows color (decimal): -2831363 or 16632788. OLE color: 16632788.

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

Color convert

RGB 212 203 253 -
CMYK 0.16 0.20 0 0.01
HSL 250.8º 0.93% 0.89% -
HSV(B) 250.8º 0.2% 0.99% -
XYZ 66.24 63.8 101.75 -
YUV 211.39 151.48 128.43 -
System Red Green Blue C M Y K H S L
Decimal 212 203 253 0.16 0.20 0 0.01 250.8 0.93 0.89
Hex D4 CB FD 10 14 0 1 FB 5D 59
Octal 324 313 375 20 24 0 1 373 135 131
Binary 11010100 11001011 11111101 10000 10100 0 1 11111011 1011101 1011001

Color Harmonies of #D4CBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CBFD

Black with #D4CBFD

Text Example


Text Example

White with #D4CBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CBFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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