Html Css Color HEX #D4CCFA Lavender Blue

📋 copy color: '#D4CCFA'

red 212 ◦ green 204 ◦ blue 250

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

Shades of Lavender Blue #D4CCFA

Tints of Lavender Blue #D4CCFA

RGB

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

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

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

R = 31.83%
G = 30.63%
B = 37.54%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D4CCFA (or 0xD4CCFA) is known color: Lavender Blue. HEX triplet: D4, CC and FA. RGB value is (212,204,250). Sum of RGB (Red+Green+Blue) = 212+204+250=666 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.83% from 666); Green value is 204 (80.08% from 255 or 30.63% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #D4CCFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CCFA is #2B3305. Grayscale: #D3D3D3. Windows color (decimal): -2831110 or 16436436. OLE color: 16436436.

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

Color convert

RGB 212 204 250 -
CMYK 0.15 0.18 0 0.02
HSL 250.43º 0.82% 0.89% -
HSV(B) 250.43º 0.18% 0.98% -
XYZ 66 64.08 99.33 -
YUV 211.64 149.65 128.26 -
System Red Green Blue C M Y K H S L
Decimal 212 204 250 0.15 0.18 0 0.02 250.43 0.82 0.89
Hex D4 CC FA F 12 0 2 FA 52 59
Octal 324 314 372 17 22 0 2 372 122 131
Binary 11010100 11001100 11111010 1111 10010 0 10 11111010 1010010 1011001

Color Harmonies of #D4CCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CCFA

Black with #D4CCFA

Text Example


Text Example

White with #D4CCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CCFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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