Html Css Color HEX #D5CDFE Lavender Blue

📋 copy color: '#D5CDFE'

red 213 ◦ green 205 ◦ blue 254

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

Shades of Lavender Blue #D5CDFE

Tints of Lavender Blue #D5CDFE

RGB

 RED value IS 213 (83.59% from 255) = 31.7%

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

 BLUE value IS 254 (99.61% from 255) = 37.8%

R = 31.7%
G = 30.51%
B = 37.8%

CMYK

 C value IS 0.16

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D5CDFE (or 0xD5CDFE) is known color: Lavender Blue. HEX triplet: D5, CD and FE. RGB value is (213,205,254). Sum of RGB (Red+Green+Blue) = 213+205+254=672 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.70% from 672); Green value is 205 (80.47% from 255 or 30.51% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 254 - color contains mainly: blue. Hex color #D5CDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CDFE is #2A3201. Grayscale: #D4D4D4. Windows color (decimal): -2765314 or 16698837. OLE color: 16698837.

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

Color convert

RGB 213 205 254 -
CMYK 0.16 0.19 0 0.00
HSL 249.8º 0.96% 0.9% -
HSV(B) 249.8º 0.19% 1% -
XYZ 67.16 64.96 102.77 -
YUV 212.98 151.15 128.02 -
System Red Green Blue C M Y K H S L
Decimal 213 205 254 0.16 0.19 0 0.00 249.8 0.96 0.9
Hex D5 CD FE 10 13 0 0 FA 60 5A
Octal 325 315 376 20 23 0 0 372 140 132
Binary 11010101 11001101 11111110 10000 10011 0 0 11111010 1100000 1011010

Color Harmonies of #D5CDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CDFE

Black with #D5CDFE

Text Example


Text Example

White with #D5CDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CDFE; }

 p { color: rgb(213,205,254); }

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

background-color css

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

 a { background-color: rgb(213,205,254); }

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

border-color css

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

 span { border-color: rgb(213,205,254); }

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