Html Css Color HEX #D2CAFD Lavender Blue

📋 copy color: '#D2CAFD'

red 210 ◦ green 202 ◦ blue 253

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

Shades of Lavender Blue #D2CAFD

Tints of Lavender Blue #D2CAFD

RGB

 RED value IS 210 (82.42% from 255) = 31.58%

 GREEN value IS 202 (79.3% from 255) = 30.38%

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

R = 31.58%
G = 30.38%
B = 38.05%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D2CAFD (or 0xD2CAFD) is known color: Lavender Blue. HEX triplet: D2, CA and FD. RGB value is (210,202,253). Sum of RGB (Red+Green+Blue) = 210+202+253=665 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.58% from 665); Green value is 202 (79.30% from 255 or 30.38% from 665); Blue value is 253 (99.22% from 255 or 38.05% from 665); Max value from RGB is 253 - color contains mainly: blue. Hex color #D2CAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CAFD is #2D3502. Grayscale: #D2D2D2. Windows color (decimal): -2962691 or 16632530. OLE color: 16632530.

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

Color convert

RGB 210 202 253 -
CMYK 0.17 0.20 0 0.01
HSL 249.41º 0.93% 0.89% -
HSV(B) 249.41º 0.2% 0.99% -
XYZ 65.43 63.03 101.65 -
YUV 210.21 152.15 127.85 -
System Red Green Blue C M Y K H S L
Decimal 210 202 253 0.17 0.20 0 0.01 249.41 0.93 0.89
Hex D2 CA FD 11 14 0 1 F9 5D 59
Octal 322 312 375 21 24 0 1 371 135 131
Binary 11010010 11001010 11111101 10001 10100 0 1 11111001 1011101 1011001

Color Harmonies of #D2CAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CAFD

Black with #D2CAFD

Text Example


Text Example

White with #D2CAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CAFD; }

 p { color: rgb(210,202,253); }

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

background-color css

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

 a { background-color: rgb(210,202,253); }

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

border-color css

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

 span { border-color: rgb(210,202,253); }

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