Html Css Color HEX #D5CEFF Lavender Blue

📋 copy color: '#D5CEFF'

red 213 ◦ green 206 ◦ blue 255

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

Shades of Lavender Blue #D5CEFF

Tints of Lavender Blue #D5CEFF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 30.56%

 BLUE value IS 255 (100% from 255) = 37.83%

R = 31.6%
G = 30.56%
B = 37.83%

CMYK

 C value IS 0.16

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D5CEFF (or 0xD5CEFF) is known color: Lavender Blue. HEX triplet: D5, CE and FF. RGB value is (213,206,255). Sum of RGB (Red+Green+Blue) = 213+206+255=674 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.60% from 674); Green value is 206 (80.86% from 255 or 30.56% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5CEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CEFF is #2A3100. Grayscale: #D5D5D5. Windows color (decimal): -2765057 or 16764629. OLE color: 16764629.

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

Color convert

RGB 213 206 255 -
CMYK 0.16 0.19 0 0
HSL 248.57º 1% 0.9% -
HSV(B) 248.57º 0.19% 1% -
XYZ 67.56 65.51 103.69 -
YUV 213.68 151.32 127.52 -
System Red Green Blue C M Y K H S L
Decimal 213 206 255 0.16 0.19 0 0 248.57 1 0.9
Hex D5 CE FF 10 13 0 0 F9 64 5A
Octal 325 316 377 20 23 0 0 371 144 132
Binary 11010101 11001110 11111111 10000 10011 0 0 11111001 1100100 1011010

Color Harmonies of #D5CEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CEFF

Black with #D5CEFF

Text Example


Text Example

White with #D5CEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CEFF; }

 p { color: rgb(213,206,255); }

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

background-color css

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

 a { background-color: rgb(213,206,255); }

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

border-color css

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

 span { border-color: rgb(213,206,255); }

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