#D6EBD4

Color #D6EBD4 Blue Romance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Romance #D6EBD4

Tints of Blue Romance #D6EBD4

Color information

#D6EBD4 (or 0xD6EBD4) is unknown color: approx Blue Romance. HEX triplet: D6, EB and D4. RGB value is (214,235,212). Sum of RGB (Red+Green+Blue) = 214+235+212=661 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.38% from 661); Green value is 235 (92.19% from 255 or 35.55% from 661); Blue value is 212 (83.20% from 255 or 32.07% from 661); Max value from RGB is 235 - color contains mainly: green. Hex color #D6EBD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EBD4 is #29142B. Grayscale: #E2E2E2. Windows color (decimal): -2692140 or 13954006. OLE color: 13954006.

HSL color Cylindrical-coordinate representation of color #D6EBD4: hue angle of 114.78º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6EBD4 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB214235212-
CMYK0.0900.100.08
HSL114.78º36.51%87.65%-
HSV(B)114.78º9.79%92.16%-
XYZ69.3278.4773.78-
YUV226.1120.04119.37-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.38%
GREEN value IS 235 (92.19% from 255) = 35.55%
BLUE value IS 212 (83.20% from 255) = 32.07%
R=32.38%
G=35.55%
B=32.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2142352120.0900.100.08114.7836.5187.65
HexD6EBD490A8732558
Octal326353324110121016345130
Binary110101101110101111010100100101010100011100111001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EBD4; }

 p { color: rgb(214,235,212); }

 H1.HeaderClassName
 {
   color: #D6EBD4;
 }
 .AnyTagClassName
 {
   color: #D6EBD4;
 }
</style>
background-color css

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

 a { background-color: rgb(214,235,212); }

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

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

 span { border-color: rgb(214,235,212); }

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