Html Css Color HEX #D5CCFF Lavender Blue

📋 copy color: '#D5CCFF'

red 213 ◦ green 204 ◦ blue 255

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

Shades of Lavender Blue #D5CCFF

Tints of Lavender Blue #D5CCFF

RGB

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

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

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

R = 31.7%
G = 30.36%
B = 37.95%

CMYK

 C value IS 0.16

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D5CCFF (or 0xD5CCFF) is known color: Lavender Blue. HEX triplet: D5, CC and FF. RGB value is (213,204,255). Sum of RGB (Red+Green+Blue) = 213+204+255=672 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.70% from 672); Green value is 204 (80.08% from 255 or 30.36% 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 #D5CCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CCFF is #2A3300. Grayscale: #D4D4D4. Windows color (decimal): -2765569 or 16764117. OLE color: 16764117.

HSL color Cylindrical-coordinate representation of color #D5CCFF: hue angle of 250.59º 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 #D5CCFF is Cyan = 0.16, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 213 204 255 -
CMYK 0.16 0.2 0 0
HSL 250.59º 1% 0.9% -
HSV(B) 250.59º 0.2% 1% -
XYZ 67.08 64.55 103.53 -
YUV 212.51 151.98 128.35 -
System Red Green Blue C M Y K H S L
Decimal 213 204 255 0.16 0.2 0 0 250.59 1 0.9
Hex D5 CC FF 10 14 0 0 FB 64 5A
Octal 325 314 377 20 24 0 0 373 144 132
Binary 11010101 11001100 11111111 10000 10100 0 0 11111011 1100100 1011010

Color Harmonies of #D5CCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CCFF

Black with #D5CCFF

Text Example


Text Example

White with #D5CCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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