Html Css Color HEX #D2CCF8 Lavender Blue

📋 copy color: '#D2CCF8'

red 210 ◦ green 204 ◦ blue 248

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

Shades of Lavender Blue #D2CCF8

Tints of Lavender Blue #D2CCF8

RGB

 RED value IS 210 (82.42% from 255) = 31.72%

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

 BLUE value IS 248 (97.27% from 255) = 37.46%

R = 31.72%
G = 30.82%
B = 37.46%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D2CCF8 (or 0xD2CCF8) is known color: Lavender Blue. HEX triplet: D2, CC and F8. RGB value is (210,204,248). Sum of RGB (Red+Green+Blue) = 210+204+248=662 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.72% from 662); Green value is 204 (80.08% from 255 or 30.82% from 662); Blue value is 248 (97.27% from 255 or 37.46% from 662); Max value from RGB is 248 - color contains mainly: blue. Hex color #D2CCF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CCF8 is #2D3307. Grayscale: #D2D2D2. Windows color (decimal): -2962184 or 16305362. OLE color: 16305362.

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

Color convert

RGB 210 204 248 -
CMYK 0.15 0.18 0 0.03
HSL 248.18º 0.76% 0.89% -
HSV(B) 248.18º 0.18% 0.97% -
XYZ 65.11 63.66 97.66 -
YUV 210.81 148.99 127.42 -
System Red Green Blue C M Y K H S L
Decimal 210 204 248 0.15 0.18 0 0.03 248.18 0.76 0.89
Hex D2 CC F8 F 12 0 3 F8 4C 59
Octal 322 314 370 17 22 0 3 370 114 131
Binary 11010010 11001100 11111000 1111 10010 0 11 11111000 1001100 1011001

Color Harmonies of #D2CCF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CCF8

Black with #D2CCF8

Text Example


Text Example

White with #D2CCF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CCF8; }

 p { color: rgb(210,204,248); }

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

background-color css

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

 a { background-color: rgb(210,204,248); }

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

border-color css

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

 span { border-color: rgb(210,204,248); }

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