Html Css Color HEX #DEEDA5 Reef

📋 copy color: '#DEEDA5'

red 222 ◦ green 237 ◦ blue 165

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

Shades of Reef #DEEDA5

Tints of Reef #DEEDA5

RGB

 RED value IS 222 (87.11% from 255) = 35.58%

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

 BLUE value IS 165 (64.84% from 255) = 26.44%

R = 35.58%
G = 37.98%
B = 26.44%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#DEEDA5 (or 0xDEEDA5) is known color: Reef. HEX triplet: DE, ED and A5. RGB value is (222,237,165). Sum of RGB (Red+Green+Blue) = 222+237+165=624 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.58% from 624); Green value is 237 (92.97% from 255 or 37.98% from 624); Blue value is 165 (64.84% from 255 or 26.44% from 624); Max value from RGB is 237 - color contains mainly: green. Hex color #DEEDA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEDA5 is #21125A. Grayscale: #E0E0E0. Windows color (decimal): -2167387 or 10874334. OLE color: 10874334.

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

Color convert

RGB 222 237 165 -
CMYK 0.06 0 0.30 0.07
HSL 72.5º 0.67% 0.79% -
HSV(B) 72.5º 0.3% 0.93% -
XYZ 67.2 78.81 47.27 -
YUV 224.31 94.53 126.35 -
System Red Green Blue C M Y K H S L
Decimal 222 237 165 0.06 0 0.30 0.07 72.5 0.67 0.79
Hex DE ED A5 6 0 1E 7 48 43 4F
Octal 336 355 245 6 0 36 7 110 103 117
Binary 11011110 11101101 10100101 110 0 11110 111 1001000 1000011 1001111

Color Harmonies of #DEEDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEDA5

Black with #DEEDA5

Text Example


Text Example

White with #DEEDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEDA5; }

 p { color: rgb(222,237,165); }

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

background-color css

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

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

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

border-color css

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

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

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