Html Css Color HEX #D4CCFC Lavender Blue

📋 copy color: '#D4CCFC'

red 212 ◦ green 204 ◦ blue 252

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

Shades of Lavender Blue #D4CCFC

Tints of Lavender Blue #D4CCFC

RGB

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

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

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

R = 31.74%
G = 30.54%
B = 37.72%

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

#D4CCFC (or 0xD4CCFC) is known color: Lavender Blue. HEX triplet: D4, CC and FC. RGB value is (212,204,252). Sum of RGB (Red+Green+Blue) = 212+204+252=668 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.74% from 668); Green value is 204 (80.08% from 255 or 30.54% from 668); Blue value is 252 (98.83% from 255 or 37.72% from 668); Max value from RGB is 252 - color contains mainly: blue. Hex color #D4CCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CCFC is #2B3303. Grayscale: #D3D3D3. Windows color (decimal): -2831108 or 16567508. OLE color: 16567508.

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

Color convert

RGB 212 204 252 -
CMYK 0.16 0.19 0 0.01
HSL 250º 0.89% 0.89% -
HSV(B) 250º 0.19% 0.99% -
XYZ 66.31 64.21 100.99 -
YUV 211.86 150.65 128.1 -
System Red Green Blue C M Y K H S L
Decimal 212 204 252 0.16 0.19 0 0.01 250 0.89 0.89
Hex D4 CC FC 10 13 0 1 FA 59 59
Octal 324 314 374 20 23 0 1 372 131 131
Binary 11010100 11001100 11111100 10000 10011 0 1 11111010 1011001 1011001

Color Harmonies of #D4CCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CCFC

Black with #D4CCFC

Text Example


Text Example

White with #D4CCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CCFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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