Html Css Color HEX #D5CFFF Lavender Blue

📋 copy color: '#D5CFFF'

red 213 ◦ green 207 ◦ blue 255

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

Shades of Lavender Blue #D5CFFF

Tints of Lavender Blue #D5CFFF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 30.67%

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

R = 31.56%
G = 30.67%
B = 37.78%

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

#D5CFFF (or 0xD5CFFF) is known color: Lavender Blue. HEX triplet: D5, CF and FF. RGB value is (213,207,255). Sum of RGB (Red+Green+Blue) = 213+207+255=675 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.56% from 675); Green value is 207 (81.25% from 255 or 30.67% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5CFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CFFF is #2A3000. Grayscale: #D6D6D6. Windows color (decimal): -2764801 or 16764885. OLE color: 16764885.

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

Color convert

RGB 213 207 255 -
CMYK 0.16 0.19 0 0
HSL 247.5º 1% 0.91% -
HSV(B) 247.5º 0.19% 1% -
XYZ 67.8 65.99 103.77 -
YUV 214.27 150.99 127.1 -
System Red Green Blue C M Y K H S L
Decimal 213 207 255 0.16 0.19 0 0 247.5 1 0.91
Hex D5 CF FF 10 13 0 0 F8 64 5B
Octal 325 317 377 20 23 0 0 370 144 133
Binary 11010101 11001111 11111111 10000 10011 0 0 11111000 1100100 1011011

Color Harmonies of #D5CFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CFFF

Black with #D5CFFF

Text Example


Text Example

White with #D5CFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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