Html Css Color HEX #D6CBFE Lavender Blue

📋 copy color: '#D6CBFE'

red 214 ◦ green 203 ◦ blue 254

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

Shades of Lavender Blue #D6CBFE

Tints of Lavender Blue #D6CBFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.85%

R = 31.89%
G = 30.25%
B = 37.85%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D6CBFE (or 0xD6CBFE) is known color: Lavender Blue. HEX triplet: D6, CB and FE. RGB value is (214,203,254). Sum of RGB (Red+Green+Blue) = 214+203+254=671 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.89% from 671); Green value is 203 (79.69% from 255 or 30.25% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #D6CBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CBFE is #293401. Grayscale: #D3D3D3. Windows color (decimal): -2700290 or 16698326. OLE color: 16698326.

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

Color convert

RGB 214 203 254 -
CMYK 0.16 0.20 0 0.00
HSL 252.94º 0.96% 0.9% -
HSV(B) 252.94º 0.2% 1% -
XYZ 66.98 64.16 102.62 -
YUV 212.1 151.64 129.35 -
System Red Green Blue C M Y K H S L
Decimal 214 203 254 0.16 0.20 0 0.00 252.94 0.96 0.9
Hex D6 CB FE 10 14 0 0 FD 60 5A
Octal 326 313 376 20 24 0 0 375 140 132
Binary 11010110 11001011 11111110 10000 10100 0 0 11111101 1100000 1011010

Color Harmonies of #D6CBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CBFE

Black with #D6CBFE

Text Example


Text Example

White with #D6CBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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