Html Css Color HEX #D2CAFA Lavender Blue

📋 copy color: '#D2CAFA'

red 210 ◦ green 202 ◦ blue 250

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

Shades of Lavender Blue #D2CAFA

Tints of Lavender Blue #D2CAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.76%

R = 31.72%
G = 30.51%
B = 37.76%

CMYK

 C value IS 0.16

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D2CAFA (or 0xD2CAFA) is known color: Lavender Blue. HEX triplet: D2, CA and FA. RGB value is (210,202,250). Sum of RGB (Red+Green+Blue) = 210+202+250=662 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.72% from 662); Green value is 202 (79.30% from 255 or 30.51% from 662); Blue value is 250 (98.05% from 255 or 37.76% from 662); Max value from RGB is 250 - color contains mainly: blue. Hex color #D2CAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CAFA is #2D3505. Grayscale: #D1D1D1. Windows color (decimal): -2962694 or 16435922. OLE color: 16435922.

HSL color Cylindrical-coordinate representation of color #D2CAFA: hue angle of 250º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2CAFA is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 202 250 -
CMYK 0.16 0.19 0 0.02
HSL 250º 0.83% 0.89% -
HSV(B) 250º 0.19% 0.98% -
XYZ 64.95 62.84 99.15 -
YUV 209.86 150.65 128.1 -
System Red Green Blue C M Y K H S L
Decimal 210 202 250 0.16 0.19 0 0.02 250 0.83 0.89
Hex D2 CA FA 10 13 0 2 FA 53 59
Octal 322 312 372 20 23 0 2 372 123 131
Binary 11010010 11001010 11111010 10000 10011 0 10 11111010 1010011 1011001

Color Harmonies of #D2CAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CAFA

Black with #D2CAFA

Text Example


Text Example

White with #D2CAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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