Html Css Color HEX #D5CBFE Lavender Blue

📋 copy color: '#D5CBFE'

red 213 ◦ green 203 ◦ blue 254

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

Shades of Lavender Blue #D5CBFE

Tints of Lavender Blue #D5CBFE

RGB

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

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

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

R = 31.79%
G = 30.3%
B = 37.91%

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

#D5CBFE (or 0xD5CBFE) is known color: Lavender Blue. HEX triplet: D5, CB and FE. RGB value is (213,203,254). Sum of RGB (Red+Green+Blue) = 213+203+254=670 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.79% from 670); Green value is 203 (79.69% from 255 or 30.30% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #D5CBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CBFE is #2A3401. Grayscale: #D3D3D3. Windows color (decimal): -2765826 or 16698325. OLE color: 16698325.

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

Color convert

RGB 213 203 254 -
CMYK 0.16 0.20 0 0.00
HSL 251.76º 0.96% 0.9% -
HSV(B) 251.76º 0.2% 1% -
XYZ 66.69 64.01 102.61 -
YUV 211.8 151.81 128.85 -
System Red Green Blue C M Y K H S L
Decimal 213 203 254 0.16 0.20 0 0.00 251.76 0.96 0.9
Hex D5 CB FE 10 14 0 0 FC 60 5A
Octal 325 313 376 20 24 0 0 374 140 132
Binary 11010101 11001011 11111110 10000 10100 0 0 11111100 1100000 1011010

Color Harmonies of #D5CBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CBFE

Black with #D5CBFE

Text Example


Text Example

White with #D5CBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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