Html Css Color HEX #D5CBFF Lavender Blue

📋 copy color: '#D5CBFF'

red 213 ◦ green 203 ◦ blue 255

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

Shades of Lavender Blue #D5CBFF

Tints of Lavender Blue #D5CBFF

RGB

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

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

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

R = 31.74%
G = 30.25%
B = 38%

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

#D5CBFF (or 0xD5CBFF) is known color: Lavender Blue. HEX triplet: D5, CB and FF. RGB value is (213,203,255). Sum of RGB (Red+Green+Blue) = 213+203+255=671 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.74% from 671); Green value is 203 (79.69% from 255 or 30.25% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5CBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CBFF is #2A3400. Grayscale: #D3D3D3. Windows color (decimal): -2765825 or 16763861. OLE color: 16763861.

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

Color convert

RGB 213 203 255 -
CMYK 0.16 0.20 0 0
HSL 251.54º 1% 0.9% -
HSV(B) 251.54º 0.2% 1% -
XYZ 66.85 64.08 103.45 -
YUV 211.92 152.31 128.77 -
System Red Green Blue C M Y K H S L
Decimal 213 203 255 0.16 0.20 0 0 251.54 1 0.9
Hex D5 CB FF 10 14 0 0 FC 64 5A
Octal 325 313 377 20 24 0 0 374 144 132
Binary 11010101 11001011 11111111 10000 10100 0 0 11111100 1100100 1011010

Color Harmonies of #D5CBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CBFF

Black with #D5CBFF

Text Example


Text Example

White with #D5CBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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