Html Css Color HEX #D2CDF8 Lavender Blue

📋 copy color: '#D2CDF8'

red 210 ◦ green 205 ◦ blue 248

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

Shades of Lavender Blue #D2CDF8

Tints of Lavender Blue #D2CDF8

RGB

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

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

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

R = 31.67%
G = 30.92%
B = 37.41%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D2CDF8 (or 0xD2CDF8) is known color: Lavender Blue. HEX triplet: D2, CD and F8. RGB value is (210,205,248). Sum of RGB (Red+Green+Blue) = 210+205+248=663 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.67% from 663); Green value is 205 (80.47% from 255 or 30.92% from 663); Blue value is 248 (97.27% from 255 or 37.41% from 663); Max value from RGB is 248 - color contains mainly: blue. Hex color #D2CDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CDF8 is #2D3207. Grayscale: #D3D3D3. Windows color (decimal): -2961928 or 16305618. OLE color: 16305618.

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

Color convert

RGB 210 205 248 -
CMYK 0.15 0.17 0 0.03
HSL 246.98º 0.75% 0.89% -
HSV(B) 246.98º 0.17% 0.97% -
XYZ 65.35 64.14 97.74 -
YUV 211.4 148.66 127 -
System Red Green Blue C M Y K H S L
Decimal 210 205 248 0.15 0.17 0 0.03 246.98 0.75 0.89
Hex D2 CD F8 F 11 0 3 F7 4B 59
Octal 322 315 370 17 21 0 3 367 113 131
Binary 11010010 11001101 11111000 1111 10001 0 11 11110111 1001011 1011001

Color Harmonies of #D2CDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CDF8

Black with #D2CDF8

Text Example


Text Example

White with #D2CDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CDF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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