Html Css Color HEX #D2CCF2 Lavender Blue

📋 copy color: '#D2CCF2'

red 210 ◦ green 204 ◦ blue 242

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

Shades of Lavender Blue #D2CCF2

Tints of Lavender Blue #D2CCF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 36.89%

R = 32.01%
G = 31.1%
B = 36.89%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D2CCF2 (or 0xD2CCF2) is known color: Lavender Blue. HEX triplet: D2, CC and F2. RGB value is (210,204,242). Sum of RGB (Red+Green+Blue) = 210+204+242=656 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.01% from 656); Green value is 204 (80.08% from 255 or 31.10% from 656); Blue value is 242 (94.92% from 255 or 36.89% from 656); Max value from RGB is 242 - color contains mainly: blue. Hex color #D2CCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CCF2 is #2D330D. Grayscale: #D1D1D1. Windows color (decimal): -2962190 or 15912146. OLE color: 15912146.

HSL color Cylindrical-coordinate representation of color #D2CCF2: hue angle of 249.47º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2CCF2 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 210 204 242 -
CMYK 0.13 0.16 0 0.05
HSL 249.47º 0.59% 0.87% -
HSV(B) 249.47º 0.16% 0.95% -
XYZ 64.2 63.3 92.84 -
YUV 210.13 145.99 127.91 -
System Red Green Blue C M Y K H S L
Decimal 210 204 242 0.13 0.16 0 0.05 249.47 0.59 0.87
Hex D2 CC F2 D 10 0 5 F9 3B 57
Octal 322 314 362 15 20 0 5 371 73 127
Binary 11010010 11001100 11110010 1101 10000 0 101 11111001 111011 1010111

Color Harmonies of #D2CCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CCF2

Black with #D2CCF2

Text Example


Text Example

White with #D2CCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CCF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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