Html Css Color HEX #D6CDFD Lavender Blue

📋 copy color: '#D6CDFD'

red 214 ◦ green 205 ◦ blue 253

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

Shades of Lavender Blue #D6CDFD

Tints of Lavender Blue #D6CDFD

RGB

 RED value IS 214 (83.98% from 255) = 31.85%

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

 BLUE value IS 253 (99.22% from 255) = 37.65%

R = 31.85%
G = 30.51%
B = 37.65%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D6CDFD (or 0xD6CDFD) is known color: Lavender Blue. HEX triplet: D6, CD and FD. RGB value is (214,205,253). Sum of RGB (Red+Green+Blue) = 214+205+253=672 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.85% from 672); Green value is 205 (80.47% from 255 or 30.51% from 672); Blue value is 253 (99.22% from 255 or 37.65% from 672); Max value from RGB is 253 - color contains mainly: blue. Hex color #D6CDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CDFD is #293202. Grayscale: #D4D4D4. Windows color (decimal): -2699779 or 16633302. OLE color: 16633302.

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

Color convert

RGB 214 205 253 -
CMYK 0.15 0.19 0 0.01
HSL 251.25º 0.92% 0.9% -
HSV(B) 251.25º 0.19% 0.99% -
XYZ 67.29 65.05 101.94 -
YUV 213.16 150.48 128.6 -
System Red Green Blue C M Y K H S L
Decimal 214 205 253 0.15 0.19 0 0.01 251.25 0.92 0.9
Hex D6 CD FD F 13 0 1 FB 5C 5A
Octal 326 315 375 17 23 0 1 373 134 132
Binary 11010110 11001101 11111101 1111 10011 0 1 11111011 1011100 1011010

Color Harmonies of #D6CDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CDFD

Black with #D6CDFD

Text Example


Text Example

White with #D6CDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CDFD; }

 p { color: rgb(214,205,253); }

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

background-color css

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

 a { background-color: rgb(214,205,253); }

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

border-color css

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

 span { border-color: rgb(214,205,253); }

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