Html Css Color HEX #D5CCF6 Lavender Blue

📋 copy color: '#D5CCF6'

red 213 ◦ green 204 ◦ blue 246

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

Shades of Lavender Blue #D5CCF6

Tints of Lavender Blue #D5CCF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 37.1%

R = 32.13%
G = 30.77%
B = 37.1%

CMYK

 C value IS 0.13

 M value IS 0.17

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D5CCF6 (or 0xD5CCF6) is known color: Lavender Blue. HEX triplet: D5, CC and F6. RGB value is (213,204,246). Sum of RGB (Red+Green+Blue) = 213+204+246=663 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.13% from 663); Green value is 204 (80.08% from 255 or 30.77% from 663); Blue value is 246 (96.48% from 255 or 37.10% from 663); Max value from RGB is 246 - color contains mainly: blue. Hex color #D5CCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CCF6 is #2A3309. Grayscale: #D3D3D3. Windows color (decimal): -2765578 or 16174293. OLE color: 16174293.

HSL color Cylindrical-coordinate representation of color #D5CCF6: hue angle of 252.86º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D5CCF6 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 213 204 246 -
CMYK 0.13 0.17 0 0.04
HSL 252.86º 0.7% 0.88% -
HSV(B) 252.86º 0.17% 0.96% -
XYZ 65.67 63.99 96.08 -
YUV 211.48 147.48 129.08 -
System Red Green Blue C M Y K H S L
Decimal 213 204 246 0.13 0.17 0 0.04 252.86 0.7 0.88
Hex D5 CC F6 D 11 0 4 FD 46 58
Octal 325 314 366 15 21 0 4 375 106 130
Binary 11010101 11001100 11110110 1101 10001 0 100 11111101 1000110 1011000

Color Harmonies of #D5CCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CCF6

Black with #D5CCF6

Text Example


Text Example

White with #D5CCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CCF6; }

 p { color: rgb(213,204,246); }

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

background-color css

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

 a { background-color: rgb(213,204,246); }

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

border-color css

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

 span { border-color: rgb(213,204,246); }

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