Html Css Color HEX #D4CCFF Lavender Blue

📋 copy color: '#D4CCFF'

red 212 ◦ green 204 ◦ blue 255

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

Shades of Lavender Blue #D4CCFF

Tints of Lavender Blue #D4CCFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38%

R = 31.59%
G = 30.4%
B = 38%

CMYK

 C value IS 0.17

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D4CCFF (or 0xD4CCFF) is known color: Lavender Blue. HEX triplet: D4, CC and FF. RGB value is (212,204,255). Sum of RGB (Red+Green+Blue) = 212+204+255=671 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.59% from 671); Green value is 204 (80.08% from 255 or 30.40% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4CCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CCFF is #2B3300. Grayscale: #D4D4D4. Windows color (decimal): -2831105 or 16764116. OLE color: 16764116.

HSL color Cylindrical-coordinate representation of color #D4CCFF: hue angle of 249.41º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D4CCFF is Cyan = 0.17, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 212 204 255 -
CMYK 0.17 0.2 0 0
HSL 249.41º 1% 0.9% -
HSV(B) 249.41º 0.2% 1% -
XYZ 66.79 64.4 103.52 -
YUV 212.21 152.15 127.85 -
System Red Green Blue C M Y K H S L
Decimal 212 204 255 0.17 0.2 0 0 249.41 1 0.9
Hex D4 CC FF 11 14 0 0 F9 64 5A
Octal 324 314 377 21 24 0 0 371 144 132
Binary 11010100 11001100 11111111 10001 10100 0 0 11111001 1100100 1011010

Color Harmonies of #D4CCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CCFF

Black with #D4CCFF

Text Example


Text Example

White with #D4CCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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