Html Css Color HEX #D2D5FC Lavender Blue

📋 copy color: '#D2D5FC'

red 210 ◦ green 213 ◦ blue 252

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

Shades of Lavender Blue #D2D5FC

Tints of Lavender Blue #D2D5FC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 31.56%

 BLUE value IS 252 (98.83% from 255) = 37.33%

R = 31.11%
G = 31.56%
B = 37.33%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D2D5FC (or 0xD2D5FC) is known color: Lavender Blue. HEX triplet: D2, D5 and FC. RGB value is (210,213,252). Sum of RGB (Red+Green+Blue) = 210+213+252=675 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.11% from 675); Green value is 213 (83.59% from 255 or 31.56% from 675); Blue value is 252 (98.83% from 255 or 37.33% from 675); Max value from RGB is 252 - color contains mainly: blue. Hex color #D2D5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2D5FC is #2D2A03. Grayscale: #D8D8D8. Windows color (decimal): -2959876 or 16569810. OLE color: 16569810.

HSL color Cylindrical-coordinate representation of color #D2D5FC: hue angle of 235.71º degrees, saturation: 0.88, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2D5FC is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 210 213 252 -
CMYK 0.17 0.15 0 0.01
HSL 235.71º 0.88% 0.91% -
HSV(B) 235.71º 0.17% 0.99% -
XYZ 67.94 68.32 101.7 -
YUV 216.55 148.01 123.33 -
System Red Green Blue C M Y K H S L
Decimal 210 213 252 0.17 0.15 0 0.01 235.71 0.88 0.91
Hex D2 D5 FC 11 F 0 1 EC 58 5B
Octal 322 325 374 21 17 0 1 354 130 133
Binary 11010010 11010101 11111100 10001 1111 0 1 11101100 1011000 1011011

Color Harmonies of #D2D5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D5FC

Black with #D2D5FC

Text Example


Text Example

White with #D2D5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D5FC; }

 p { color: rgb(210,213,252); }

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

background-color css

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

 a { background-color: rgb(210,213,252); }

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

border-color css

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

 span { border-color: rgb(210,213,252); }

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