#DDEAEB

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

Shades of Zircon #DDEAEB

Tints of Zircon #DDEAEB

Color information

#DDEAEB (or 0xDDEAEB) is unknown color: approx Zircon. HEX triplet: DD, EA and EB. RGB value is (221,234,235). Sum of RGB (Red+Green+Blue) = 221+234+235=690 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.03% from 690); Green value is 234 (91.80% from 255 or 33.91% from 690); Blue value is 235 (92.19% from 255 or 34.06% from 690); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDEAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEAEB is #221514. Grayscale: #E6E6E6. Windows color (decimal): -2233621 or 15461085. OLE color: 15461085.

HSL color Cylindrical-coordinate representation of color #DDEAEB: hue angle of 184.29º degrees, saturation: 0.26, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDEAEB is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB221234235-
CMYK0.060.0000.08
HSL184.29º25.93%89.41%-
HSV(B)184.29º5.96%92.16%-
XYZ74.2480.2290.17-
YUV230.23130.69121.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.03%
GREEN value IS 234 (91.80% from 255) = 33.91%
BLUE value IS 235 (92.19% from 255) = 34.06%
R=32.03%
G=33.91%
B=34.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212342350.060.0000.08184.2925.9389.41
HexDDEAEB6008b81a59
Octal3353523536001027032131
Binary11011101111010101110101111000100010111000110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEAEB; }

 p { color: rgb(221,234,235); }

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

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

 a { background-color: rgb(221,234,235); }

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

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

 span { border-color: rgb(221,234,235); }

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