Html Css Color HEX #D2CCF3 Lavender Blue

📋 copy color: '#D2CCF3'

red 210 ◦ green 204 ◦ blue 243

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

Shades of Lavender Blue #D2CCF3

Tints of Lavender Blue #D2CCF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 36.99%

R = 31.96%
G = 31.05%
B = 36.99%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D2CCF3 (or 0xD2CCF3) is known color: Lavender Blue. HEX triplet: D2, CC and F3. RGB value is (210,204,243). Sum of RGB (Red+Green+Blue) = 210+204+243=657 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.96% from 657); Green value is 204 (80.08% from 255 or 31.05% from 657); Blue value is 243 (95.31% from 255 or 36.99% from 657); Max value from RGB is 243 - color contains mainly: blue. Hex color #D2CCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CCF3 is #2D330C. Grayscale: #D2D2D2. Windows color (decimal): -2962189 or 15977682. OLE color: 15977682.

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

Color convert

RGB 210 204 243 -
CMYK 0.14 0.16 0 0.05
HSL 249.23º 0.62% 0.88% -
HSV(B) 249.23º 0.16% 0.95% -
XYZ 64.35 63.36 93.63 -
YUV 210.24 146.49 127.83 -
System Red Green Blue C M Y K H S L
Decimal 210 204 243 0.14 0.16 0 0.05 249.23 0.62 0.88
Hex D2 CC F3 E 10 0 5 F9 3E 58
Octal 322 314 363 16 20 0 5 371 76 130
Binary 11010010 11001100 11110011 1110 10000 0 101 11111001 111110 1011000

Color Harmonies of #D2CCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CCF3

Black with #D2CCF3

Text Example


Text Example

White with #D2CCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CCF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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