Html Css Color HEX #D5CFF9 Lavender Blue

📋 copy color: '#D5CFF9'

red 213 ◦ green 207 ◦ blue 249

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

Shades of Lavender Blue #D5CFF9

Tints of Lavender Blue #D5CFF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 37.22%

R = 31.84%
G = 30.94%
B = 37.22%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D5CFF9 (or 0xD5CFF9) is known color: Lavender Blue. HEX triplet: D5, CF and F9. RGB value is (213,207,249). Sum of RGB (Red+Green+Blue) = 213+207+249=669 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.84% from 669); Green value is 207 (81.25% from 255 or 30.94% from 669); Blue value is 249 (97.66% from 255 or 37.22% from 669); Max value from RGB is 249 - color contains mainly: blue. Hex color #D5CFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CFF9 is #2A3006. Grayscale: #D5D5D5. Windows color (decimal): -2764807 or 16371669. OLE color: 16371669.

HSL color Cylindrical-coordinate representation of color #D5CFF9: hue angle of 248.57º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D5CFF9 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 207 249 -
CMYK 0.14 0.17 0 0.02
HSL 248.57º 0.78% 0.89% -
HSV(B) 248.57º 0.17% 0.98% -
XYZ 66.85 65.61 98.76 -
YUV 213.58 147.99 127.58 -
System Red Green Blue C M Y K H S L
Decimal 213 207 249 0.14 0.17 0 0.02 248.57 0.78 0.89
Hex D5 CF F9 E 11 0 2 F9 4E 59
Octal 325 317 371 16 21 0 2 371 116 131
Binary 11010101 11001111 11111001 1110 10001 0 10 11111001 1001110 1011001

Color Harmonies of #D5CFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CFF9

Black with #D5CFF9

Text Example


Text Example

White with #D5CFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CFF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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