Html Css Color HEX #D2CFFB Lavender Blue

📋 copy color: '#D2CFFB'

red 210 ◦ green 207 ◦ blue 251

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

Shades of Lavender Blue #D2CFFB

Tints of Lavender Blue #D2CFFB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 30.99%

 BLUE value IS 251 (98.44% from 255) = 37.57%

R = 31.44%
G = 30.99%
B = 37.57%

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

#D2CFFB (or 0xD2CFFB) is known color: Lavender Blue. HEX triplet: D2, CF and FB. RGB value is (210,207,251). Sum of RGB (Red+Green+Blue) = 210+207+251=668 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.44% from 668); Green value is 207 (81.25% from 255 or 30.99% from 668); Blue value is 251 (98.44% from 255 or 37.57% from 668); Max value from RGB is 251 - color contains mainly: blue. Hex color #D2CFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CFFB is #2D3004. Grayscale: #D4D4D4. Windows color (decimal): -2961413 or 16502738. OLE color: 16502738.

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

Color convert

RGB 210 207 251 -
CMYK 0.16 0.18 0 0.02
HSL 244.09º 0.85% 0.9% -
HSV(B) 244.09º 0.18% 0.98% -
XYZ 66.3 65.29 100.37 -
YUV 212.91 149.49 125.92 -
System Red Green Blue C M Y K H S L
Decimal 210 207 251 0.16 0.18 0 0.02 244.09 0.85 0.9
Hex D2 CF FB 10 12 0 2 F4 55 5A
Octal 322 317 373 20 22 0 2 364 125 132
Binary 11010010 11001111 11111011 10000 10010 0 10 11110100 1010101 1011010

Color Harmonies of #D2CFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CFFB

Black with #D2CFFB

Text Example


Text Example

White with #D2CFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CFFB; }

 p { color: rgb(210,207,251); }

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

background-color css

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

 a { background-color: rgb(210,207,251); }

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

border-color css

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

 span { border-color: rgb(210,207,251); }

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