Html Css Color HEX #D2CCFD Lavender Blue

📋 copy color: '#D2CCFD'

red 210 ◦ green 204 ◦ blue 253

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

Shades of Lavender Blue #D2CCFD

Tints of Lavender Blue #D2CCFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.93%

R = 31.48%
G = 30.58%
B = 37.93%

CMYK

 C value IS 0.17

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D2CCFD (or 0xD2CCFD) is known color: Lavender Blue. HEX triplet: D2, CC and FD. RGB value is (210,204,253). Sum of RGB (Red+Green+Blue) = 210+204+253=667 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.48% from 667); Green value is 204 (80.08% from 255 or 30.58% from 667); Blue value is 253 (99.22% from 255 or 37.93% from 667); Max value from RGB is 253 - color contains mainly: blue. Hex color #D2CCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CCFD is #2D3302. Grayscale: #D3D3D3. Windows color (decimal): -2962179 or 16633042. OLE color: 16633042.

HSL color Cylindrical-coordinate representation of color #D2CCFD: hue angle of 247.35º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D2CCFD is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 210 204 253 -
CMYK 0.17 0.19 0 0.01
HSL 247.35º 0.92% 0.9% -
HSV(B) 247.35º 0.19% 0.99% -
XYZ 65.9 63.98 101.8 -
YUV 211.38 151.49 127.02 -
System Red Green Blue C M Y K H S L
Decimal 210 204 253 0.17 0.19 0 0.01 247.35 0.92 0.9
Hex D2 CC FD 11 13 0 1 F7 5C 5A
Octal 322 314 375 21 23 0 1 367 134 132
Binary 11010010 11001100 11111101 10001 10011 0 1 11110111 1011100 1011010

Color Harmonies of #D2CCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CCFD

Black with #D2CCFD

Text Example


Text Example

White with #D2CCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CCFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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