Html Css Color HEX #D6CBFF Lavender Blue

📋 copy color: '#D6CBFF'

red 214 ◦ green 203 ◦ blue 255

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

Shades of Lavender Blue #D6CBFF

Tints of Lavender Blue #D6CBFF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 30.21%

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

R = 31.85%
G = 30.21%
B = 37.95%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D6CBFF (or 0xD6CBFF) is known color: Lavender Blue. HEX triplet: D6, CB and FF. RGB value is (214,203,255). Sum of RGB (Red+Green+Blue) = 214+203+255=672 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.85% from 672); Green value is 203 (79.69% from 255 or 30.21% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #D6CBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CBFF is #293400. Grayscale: #D4D4D4. Windows color (decimal): -2700289 or 16763862. OLE color: 16763862.

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

Color convert

RGB 214 203 255 -
CMYK 0.16 0.20 0 0
HSL 252.69º 1% 0.9% -
HSV(B) 252.69º 0.2% 1% -
XYZ 67.14 64.23 103.47 -
YUV 212.22 152.14 129.27 -
System Red Green Blue C M Y K H S L
Decimal 214 203 255 0.16 0.20 0 0 252.69 1 0.9
Hex D6 CB FF 10 14 0 0 FD 64 5A
Octal 326 313 377 20 24 0 0 375 144 132
Binary 11010110 11001011 11111111 10000 10100 0 0 11111101 1100100 1011010

Color Harmonies of #D6CBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CBFF

Black with #D6CBFF

Text Example


Text Example

White with #D6CBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CBFF; }

 p { color: rgb(214,203,255); }

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

background-color css

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

 a { background-color: rgb(214,203,255); }

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

border-color css

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

 span { border-color: rgb(214,203,255); }

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