Html Css Color HEX #D6CCFC Lavender Blue

📋 copy color: '#D6CCFC'

red 214 ◦ green 204 ◦ blue 252

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

Shades of Lavender Blue #D6CCFC

Tints of Lavender Blue #D6CCFC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30.45%

 BLUE value IS 252 (98.83% from 255) = 37.61%

R = 31.94%
G = 30.45%
B = 37.61%

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

#D6CCFC (or 0xD6CCFC) is known color: Lavender Blue. HEX triplet: D6, CC and FC. RGB value is (214,204,252). Sum of RGB (Red+Green+Blue) = 214+204+252=670 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.94% from 670); Green value is 204 (80.08% from 255 or 30.45% from 670); Blue value is 252 (98.83% from 255 or 37.61% from 670); Max value from RGB is 252 - color contains mainly: blue. Hex color #D6CCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CCFC is #293303. Grayscale: #D4D4D4. Windows color (decimal): -2700036 or 16567510. OLE color: 16567510.

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

Color convert

RGB 214 204 252 -
CMYK 0.15 0.19 0 0.01
HSL 252.5º 0.89% 0.89% -
HSV(B) 252.5º 0.19% 0.99% -
XYZ 66.9 64.51 101.02 -
YUV 212.46 150.31 129.1 -
System Red Green Blue C M Y K H S L
Decimal 214 204 252 0.15 0.19 0 0.01 252.5 0.89 0.89
Hex D6 CC FC F 13 0 1 FD 59 59
Octal 326 314 374 17 23 0 1 375 131 131
Binary 11010110 11001100 11111100 1111 10011 0 1 11111101 1011001 1011001

Color Harmonies of #D6CCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CCFC

Black with #D6CCFC

Text Example


Text Example

White with #D6CCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CCFC; }

 p { color: rgb(214,204,252); }

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

background-color css

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

 a { background-color: rgb(214,204,252); }

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

border-color css

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

 span { border-color: rgb(214,204,252); }

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