Html Css Color HEX #DCEDAF Reef

📋 copy color: '#DCEDAF'

red 220 ◦ green 237 ◦ blue 175

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

Shades of Reef #DCEDAF

Tints of Reef #DCEDAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 27.69%

R = 34.81%
G = 37.5%
B = 27.69%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#DCEDAF (or 0xDCEDAF) is known color: Reef. HEX triplet: DC, ED and AF. RGB value is (220,237,175). Sum of RGB (Red+Green+Blue) = 220+237+175=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 237 (92.97% from 255 or 37.5% from 632); Blue value is 175 (68.75% from 255 or 27.69% from 632); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEDAF is #231250. Grayscale: #E1E1E1. Windows color (decimal): -2298449 or 11529692. OLE color: 11529692.

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

Color convert

RGB 220 237 175 -
CMYK 0.07 0 0.26 0.07
HSL 76.45º 0.63% 0.81% -
HSV(B) 76.45º 0.26% 0.93% -
XYZ 67.54 78.88 52.22 -
YUV 224.85 99.87 124.54 -
System Red Green Blue C M Y K H S L
Decimal 220 237 175 0.07 0 0.26 0.07 76.45 0.63 0.81
Hex DC ED AF 7 0 1A 7 4C 3F 51
Octal 334 355 257 7 0 32 7 114 77 121
Binary 11011100 11101101 10101111 111 0 11010 111 1001100 111111 1010001

Color Harmonies of #DCEDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEDAF

Black with #DCEDAF

Text Example


Text Example

White with #DCEDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEDAF; }

 p { color: rgb(220,237,175); }

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

background-color css

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

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

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

border-color css

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

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

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