Html Css Color HEX #D6CFF9 Lavender Blue

📋 copy color: '#D6CFF9'

red 214 ◦ green 207 ◦ blue 249

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

Shades of Lavender Blue #D6CFF9

Tints of Lavender Blue #D6CFF9

RGB

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

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

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

R = 31.94%
G = 30.9%
B = 37.16%

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

#D6CFF9 (or 0xD6CFF9) is known color: Lavender Blue. HEX triplet: D6, CF and F9. RGB value is (214,207,249). Sum of RGB (Red+Green+Blue) = 214+207+249=670 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.94% from 670); Green value is 207 (81.25% from 255 or 30.90% from 670); Blue value is 249 (97.66% from 255 or 37.16% from 670); Max value from RGB is 249 - color contains mainly: blue. Hex color #D6CFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CFF9 is #293006. Grayscale: #D5D5D5. Windows color (decimal): -2699271 or 16371670. OLE color: 16371670.

HSL color Cylindrical-coordinate representation of color #D6CFF9: hue angle of 250º 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 #D6CFF9 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 207 249 -
CMYK 0.14 0.17 0 0.02
HSL 250º 0.78% 0.89% -
HSV(B) 250º 0.17% 0.98% -
XYZ 67.14 65.76 98.78 -
YUV 213.88 147.82 128.08 -
System Red Green Blue C M Y K H S L
Decimal 214 207 249 0.14 0.17 0 0.02 250 0.78 0.89
Hex D6 CF F9 E 11 0 2 FA 4E 59
Octal 326 317 371 16 21 0 2 372 116 131
Binary 11010110 11001111 11111001 1110 10001 0 10 11111010 1001110 1011001

Color Harmonies of #D6CFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CFF9

Black with #D6CFF9

Text Example


Text Example

White with #D6CFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CFF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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