Html Css Color HEX #DDEAEB Zircon

📋 copy color: '#DDEAEB'

red 221 ◦ green 234 ◦ blue 235

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

Shades of Zircon #DDEAEB

Tints of Zircon #DDEAEB

RGB

 RED value IS 221 (86.72% from 255) = 32.03%

 GREEN value IS 234 (91.8% 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 value IS 0.06

 M value IS 0.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DDEAEB (or 0xDDEAEB) is known color: 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

RGB 221 234 235 -
CMYK 0.06 0.00 0 0.08
HSL 184.29º 0.26% 0.89% -
HSV(B) 184.29º 0.06% 0.92% -
XYZ 74.24 80.22 90.17 -
YUV 230.23 130.69 121.42 -
System Red Green Blue C M Y K H S L
Decimal 221 234 235 0.06 0.00 0 0.08 184.29 0.26 0.89
Hex DD EA EB 6 0 0 8 B8 1A 59
Octal 335 352 353 6 0 0 10 270 32 131
Binary 11011101 11101010 11101011 110 0 0 1000 10111000 11010 1011001

Color Harmonies of #DDEAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEAEB

Black with #DDEAEB

Text Example


Text Example

White with #DDEAEB

Text Example


Text Example

HTML Codes & Css Web 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>