Html Css Color HEX #D4CCFD Lavender Blue

📋 copy color: '#D4CCFD'

red 212 ◦ green 204 ◦ blue 253

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

Shades of Lavender Blue #D4CCFD

Tints of Lavender Blue #D4CCFD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30.49%

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

R = 31.69%
G = 30.49%
B = 37.82%

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

#D4CCFD (or 0xD4CCFD) is known color: Lavender Blue. HEX triplet: D4, CC and FD. RGB value is (212,204,253). Sum of RGB (Red+Green+Blue) = 212+204+253=669 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.69% from 669); Green value is 204 (80.08% from 255 or 30.49% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 253 - color contains mainly: blue. Hex color #D4CCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CCFD is #2B3302. Grayscale: #D3D3D3. Windows color (decimal): -2831107 or 16633044. OLE color: 16633044.

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

Color convert

RGB 212 204 253 -
CMYK 0.16 0.19 0 0.01
HSL 249.8º 0.92% 0.9% -
HSV(B) 249.8º 0.19% 0.99% -
XYZ 66.47 64.27 101.83 -
YUV 211.98 151.15 128.02 -
System Red Green Blue C M Y K H S L
Decimal 212 204 253 0.16 0.19 0 0.01 249.8 0.92 0.9
Hex D4 CC FD 10 13 0 1 FA 5C 5A
Octal 324 314 375 20 23 0 1 372 134 132
Binary 11010100 11001100 11111101 10000 10011 0 1 11111010 1011100 1011010

Color Harmonies of #D4CCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CCFD

Black with #D4CCFD

Text Example


Text Example

White with #D4CCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CCFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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