Html Css Color HEX #DFEDED Zircon

📋 copy color: '#DFEDED'

red 223 ◦ green 237 ◦ blue 237

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

Shades of Zircon #DFEDED

Tints of Zircon #DFEDED

RGB

 RED value IS 223 (87.5% from 255) = 31.99%

 GREEN value IS 237 (92.97% from 255) = 34%

 BLUE value IS 237 (92.97% from 255) = 34%

R = 31.99%
G = 34%
B = 34%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DFEDED (or 0xDFEDED) is known color: Zircon. HEX triplet: DF, ED and ED. RGB value is (223,237,237). Sum of RGB (Red+Green+Blue) = 223+237+237=697 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.99% from 697); Green value is 237 (92.97% from 255 or 34.00% from 697); Blue value is 237 (92.97% from 255 or 34.00% from 697); Max value from RGB is 237 - color contains mainly: green, blue. Hex color #DFEDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEDED is #201212. Grayscale: #E8E8E8. Windows color (decimal): -2101779 or 15592927. OLE color: 15592927.

HSL color Cylindrical-coordinate representation of color #DFEDED: hue angle of 180º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFEDED is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 223 237 237 -
CMYK 0.06 0 0 0.07
HSL 180º 0.28% 0.9% -
HSV(B) 180º 0.06% 0.93% -
XYZ 76 82.37 92.01 -
YUV 232.81 130.36 121 -
System Red Green Blue C M Y K H S L
Decimal 223 237 237 0.06 0 0 0.07 180 0.28 0.9
Hex DF ED ED 6 0 0 7 B4 1C 5A
Octal 337 355 355 6 0 0 7 264 34 132
Binary 11011111 11101101 11101101 110 0 0 111 10110100 11100 1011010

Color Harmonies of #DFEDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEDED

Black with #DFEDED

Text Example


Text Example

White with #DFEDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEDED; }

 p { color: rgb(223,237,237); }

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

background-color css

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

 a { background-color: rgb(223,237,237); }

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

border-color css

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

 span { border-color: rgb(223,237,237); }

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