Html Css Color HEX #D2CCFF Lavender Blue

📋 copy color: '#D2CCFF'

red 210 ◦ green 204 ◦ blue 255

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

Shades of Lavender Blue #D2CCFF

Tints of Lavender Blue #D2CCFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.12%

R = 31.39%
G = 30.49%
B = 38.12%

CMYK

 C value IS 0.18

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D2CCFF (or 0xD2CCFF) is known color: Lavender Blue. HEX triplet: D2, CC and FF. RGB value is (210,204,255). Sum of RGB (Red+Green+Blue) = 210+204+255=669 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.39% from 669); Green value is 204 (80.08% from 255 or 30.49% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2CCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CCFF is #2D3300. Grayscale: #D3D3D3. Windows color (decimal): -2962177 or 16764114. OLE color: 16764114.

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

Color convert

RGB 210 204 255 -
CMYK 0.18 0.2 0 0
HSL 247.06º 1% 0.9% -
HSV(B) 247.06º 0.2% 1% -
XYZ 66.22 64.11 103.49 -
YUV 211.61 152.49 126.85 -
System Red Green Blue C M Y K H S L
Decimal 210 204 255 0.18 0.2 0 0 247.06 1 0.9
Hex D2 CC FF 12 14 0 0 F7 64 5A
Octal 322 314 377 22 24 0 0 367 144 132
Binary 11010010 11001100 11111111 10010 10100 0 0 11110111 1100100 1011010

Color Harmonies of #D2CCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CCFF

Black with #D2CCFF

Text Example


Text Example

White with #D2CCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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