Html Css Color HEX #DCE9EA Zircon

📋 copy color: '#DCE9EA'

red 220 ◦ green 233 ◦ blue 234

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

Shades of Zircon #DCE9EA

Tints of Zircon #DCE9EA

RGB

 RED value IS 220 (86.33% from 255) = 32.02%

 GREEN value IS 233 (91.41% from 255) = 33.92%

 BLUE value IS 234 (91.8% from 255) = 34.06%

R = 32.02%
G = 33.92%
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

#DCE9EA (or 0xDCE9EA) is known color: Zircon. HEX triplet: DC, E9 and EA. RGB value is (220,233,234). Sum of RGB (Red+Green+Blue) = 220+233+234=687 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.02% from 687); Green value is 233 (91.41% from 255 or 33.92% from 687); Blue value is 234 (91.80% from 255 or 34.06% from 687); Max value from RGB is 234 - color contains mainly: blue. Hex color #DCE9EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCE9EA is #231615. Grayscale: #E5E5E5. Windows color (decimal): -2299414 or 15395292. OLE color: 15395292.

HSL color Cylindrical-coordinate representation of color #DCE9EA: hue angle of 184.29º degrees, saturation: 0.25, 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 #DCE9EA is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 233 234 -
CMYK 0.06 0.00 0 0.08
HSL 184.29º 0.25% 0.89% -
HSV(B) 184.29º 0.06% 0.92% -
XYZ 73.51 79.43 89.3 -
YUV 229.23 130.69 121.42 -
System Red Green Blue C M Y K H S L
Decimal 220 233 234 0.06 0.00 0 0.08 184.29 0.25 0.89
Hex DC E9 EA 6 0 0 8 B8 19 59
Octal 334 351 352 6 0 0 10 270 31 131
Binary 11011100 11101001 11101010 110 0 0 1000 10111000 11001 1011001

Color Harmonies of #DCE9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE9EA

Black with #DCE9EA

Text Example


Text Example

White with #DCE9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE9EA; }

 p { color: rgb(220,233,234); }

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

background-color css

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

 a { background-color: rgb(220,233,234); }

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

border-color css

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

 span { border-color: rgb(220,233,234); }

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