Html Css Color HEX #DCED96 Reef

📋 copy color: '#DCED96'

red 220 ◦ green 237 ◦ blue 150

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

Shades of Reef #DCED96

Tints of Reef #DCED96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 24.71%

R = 36.24%
G = 39.04%
B = 24.71%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#DCED96 (or 0xDCED96) is known color: Reef. HEX triplet: DC, ED and 96. RGB value is (220,237,150). Sum of RGB (Red+Green+Blue) = 220+237+150=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 237 (92.97% from 255 or 39.04% from 607); Blue value is 150 (58.98% from 255 or 24.71% from 607); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCED96 is #231269. Grayscale: #DEDEDE. Windows color (decimal): -2298474 or 9891292. OLE color: 9891292.

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

Color convert

RGB 220 237 150 -
CMYK 0.07 0 0.37 0.07
HSL 71.72º 0.71% 0.76% -
HSV(B) 71.72º 0.37% 0.93% -
XYZ 65.3 77.99 40.47 -
YUV 222 87.37 126.57 -
System Red Green Blue C M Y K H S L
Decimal 220 237 150 0.07 0 0.37 0.07 71.72 0.71 0.76
Hex DC ED 96 7 0 25 7 48 47 4C
Octal 334 355 226 7 0 45 7 110 107 114
Binary 11011100 11101101 10010110 111 0 100101 111 1001000 1000111 1001100

Color Harmonies of #DCED96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCED96

Black with #DCED96

Text Example


Text Example

White with #DCED96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCED96; }

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

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

background-color css

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

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

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

border-color css

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

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

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