Html Css Color HEX #D2CCFE Lavender Blue

📋 copy color: '#D2CCFE'

red 210 ◦ green 204 ◦ blue 254

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

Shades of Lavender Blue #D2CCFE

Tints of Lavender Blue #D2CCFE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 30.54%

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

R = 31.44%
G = 30.54%
B = 38.02%

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

#D2CCFE (or 0xD2CCFE) is known color: Lavender Blue. HEX triplet: D2, CC and FE. RGB value is (210,204,254). Sum of RGB (Red+Green+Blue) = 210+204+254=668 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.44% from 668); Green value is 204 (80.08% from 255 or 30.54% from 668); Blue value is 254 (99.61% from 255 or 38.02% from 668); Max value from RGB is 254 - color contains mainly: blue. Hex color #D2CCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CCFE is #2D3301. Grayscale: #D3D3D3. Windows color (decimal): -2962178 or 16698578. OLE color: 16698578.

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

Color convert

RGB 210 204 254 -
CMYK 0.17 0.20 0 0.00
HSL 247.2º 0.96% 0.9% -
HSV(B) 247.2º 0.2% 1% -
XYZ 66.06 64.04 102.65 -
YUV 211.49 151.99 126.93 -
System Red Green Blue C M Y K H S L
Decimal 210 204 254 0.17 0.20 0 0.00 247.2 0.96 0.9
Hex D2 CC FE 11 14 0 0 F7 60 5A
Octal 322 314 376 21 24 0 0 367 140 132
Binary 11010010 11001100 11111110 10001 10100 0 0 11110111 1100000 1011010

Color Harmonies of #D2CCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CCFE

Black with #D2CCFE

Text Example


Text Example

White with #D2CCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CCFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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