Html Css Color HEX #D2CEFA Lavender Blue

📋 copy color: '#D2CEFA'

red 210 ◦ green 206 ◦ blue 250

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

Shades of Lavender Blue #D2CEFA

Tints of Lavender Blue #D2CEFA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 30.93%

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

R = 31.53%
G = 30.93%
B = 37.54%

CMYK

 C value IS 0.16

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D2CEFA (or 0xD2CEFA) is known color: Lavender Blue. HEX triplet: D2, CE and FA. RGB value is (210,206,250). Sum of RGB (Red+Green+Blue) = 210+206+250=666 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.53% from 666); Green value is 206 (80.86% from 255 or 30.93% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #D2CEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CEFA is #2D3105. Grayscale: #D4D4D4. Windows color (decimal): -2961670 or 16436946. OLE color: 16436946.

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

Color convert

RGB 210 206 250 -
CMYK 0.16 0.18 0 0.02
HSL 245.45º 0.81% 0.89% -
HSV(B) 245.45º 0.18% 0.98% -
XYZ 65.9 64.75 99.47 -
YUV 212.21 149.33 126.42 -
System Red Green Blue C M Y K H S L
Decimal 210 206 250 0.16 0.18 0 0.02 245.45 0.81 0.89
Hex D2 CE FA 10 12 0 2 F5 51 59
Octal 322 316 372 20 22 0 2 365 121 131
Binary 11010010 11001110 11111010 10000 10010 0 10 11110101 1010001 1011001

Color Harmonies of #D2CEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CEFA

Black with #D2CEFA

Text Example


Text Example

White with #D2CEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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