Html Css Color HEX #D2CAFE Lavender Blue

📋 copy color: '#D2CAFE'

red 210 ◦ green 202 ◦ blue 254

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

Shades of Lavender Blue #D2CAFE

Tints of Lavender Blue #D2CAFE

RGB

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

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

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

R = 31.53%
G = 30.33%
B = 38.14%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D2CAFE (or 0xD2CAFE) is known color: Lavender Blue. HEX triplet: D2, CA and FE. RGB value is (210,202,254). Sum of RGB (Red+Green+Blue) = 210+202+254=666 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.53% from 666); Green value is 202 (79.30% from 255 or 30.33% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: blue. Hex color #D2CAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CAFE is #2D3501. Grayscale: #D2D2D2. Windows color (decimal): -2962690 or 16698066. OLE color: 16698066.

HSL color Cylindrical-coordinate representation of color #D2CAFE: hue angle of 249.23º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2CAFE is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 210 202 254 -
CMYK 0.17 0.20 0 0.00
HSL 249.23º 0.96% 0.89% -
HSV(B) 249.23º 0.2% 1% -
XYZ 65.59 63.1 102.49 -
YUV 210.32 152.65 127.77 -
System Red Green Blue C M Y K H S L
Decimal 210 202 254 0.17 0.20 0 0.00 249.23 0.96 0.89
Hex D2 CA FE 11 14 0 0 F9 60 59
Octal 322 312 376 21 24 0 0 371 140 131
Binary 11010010 11001010 11111110 10001 10100 0 0 11111001 1100000 1011001

Color Harmonies of #D2CAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CAFE

Black with #D2CAFE

Text Example


Text Example

White with #D2CAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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