Html Css Color HEX #D4CDFF Lavender Blue

📋 copy color: '#D4CDFF'

red 212 ◦ green 205 ◦ blue 255

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

Shades of Lavender Blue #D4CDFF

Tints of Lavender Blue #D4CDFF

RGB

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

 GREEN value IS 205 (80.47% from 255) = 30.51%

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

R = 31.55%
G = 30.51%
B = 37.95%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D4CDFF (or 0xD4CDFF) is known color: Lavender Blue. HEX triplet: D4, CD and FF. RGB value is (212,205,255). Sum of RGB (Red+Green+Blue) = 212+205+255=672 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.55% from 672); Green value is 205 (80.47% from 255 or 30.51% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #D4CDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4CDFF is #2B3200. Grayscale: #D4D4D4. Windows color (decimal): -2830849 or 16764372. OLE color: 16764372.

HSL color Cylindrical-coordinate representation of color #D4CDFF: hue angle of 248.4º 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 #D4CDFF is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 212 205 255 -
CMYK 0.17 0.20 0 0
HSL 248.4º 1% 0.9% -
HSV(B) 248.4º 0.2% 1% -
XYZ 67.03 64.88 103.6 -
YUV 212.79 151.82 127.43 -
System Red Green Blue C M Y K H S L
Decimal 212 205 255 0.17 0.20 0 0 248.4 1 0.9
Hex D4 CD FF 11 14 0 0 F8 64 5A
Octal 324 315 377 21 24 0 0 370 144 132
Binary 11010100 11001101 11111111 10001 10100 0 0 11111000 1100100 1011010

Color Harmonies of #D4CDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CDFF

Black with #D4CDFF

Text Example


Text Example

White with #D4CDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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