Html Css Color HEX #D5CBFD Lavender Blue

📋 copy color: '#D5CBFD'

red 213 ◦ green 203 ◦ blue 253

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

Shades of Lavender Blue #D5CBFD

Tints of Lavender Blue #D5CBFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.82%

R = 31.84%
G = 30.34%
B = 37.82%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D5CBFD (or 0xD5CBFD) is known color: Lavender Blue. HEX triplet: D5, CB and FD. RGB value is (213,203,253). Sum of RGB (Red+Green+Blue) = 213+203+253=669 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.84% from 669); Green value is 203 (79.69% from 255 or 30.34% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 253 - color contains mainly: blue. Hex color #D5CBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CBFD is #2A3402. Grayscale: #D3D3D3. Windows color (decimal): -2765827 or 16632789. OLE color: 16632789.

HSL color Cylindrical-coordinate representation of color #D5CBFD: hue angle of 252º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5CBFD is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 203 253 -
CMYK 0.16 0.20 0 0.01
HSL 252º 0.93% 0.89% -
HSV(B) 252º 0.2% 0.99% -
XYZ 66.53 63.95 101.77 -
YUV 211.69 151.31 128.93 -
System Red Green Blue C M Y K H S L
Decimal 213 203 253 0.16 0.20 0 0.01 252 0.93 0.89
Hex D5 CB FD 10 14 0 1 FC 5D 59
Octal 325 313 375 20 24 0 1 374 135 131
Binary 11010101 11001011 11111101 10000 10100 0 1 11111100 1011101 1011001

Color Harmonies of #D5CBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CBFD

Black with #D5CBFD

Text Example


Text Example

White with #D5CBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CBFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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