Html Css Color HEX #DDEBA3 Reef

📋 copy color: '#DDEBA3'

red 221 ◦ green 235 ◦ blue 163

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

Shades of Reef #DDEBA3

Tints of Reef #DDEBA3

RGB

 RED value IS 221 (86.72% from 255) = 35.7%

 GREEN value IS 235 (92.19% from 255) = 37.96%

 BLUE value IS 163 (64.06% from 255) = 26.33%

R = 35.7%
G = 37.96%
B = 26.33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#DDEBA3 (or 0xDDEBA3) is known color: Reef. HEX triplet: DD, EB and A3. RGB value is (221,235,163). Sum of RGB (Red+Green+Blue) = 221+235+163=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 235 (92.19% from 255 or 37.96% from 619); Blue value is 163 (64.06% from 255 or 26.33% from 619); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEBA3 is #22145C. Grayscale: #DEDEDE. Windows color (decimal): -2233437 or 10742749. OLE color: 10742749.

HSL color Cylindrical-coordinate representation of color #DDEBA3: hue angle of 71.67º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DDEBA3 is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 235 163 -
CMYK 0.06 0 0.31 0.08
HSL 71.67º 0.64% 0.78% -
HSV(B) 71.67º 0.31% 0.92% -
XYZ 66.14 77.43 46.11 -
YUV 222.61 94.36 126.85 -
System Red Green Blue C M Y K H S L
Decimal 221 235 163 0.06 0 0.31 0.08 71.67 0.64 0.78
Hex DD EB A3 6 0 1F 8 48 40 4E
Octal 335 353 243 6 0 37 10 110 100 116
Binary 11011101 11101011 10100011 110 0 11111 1000 1001000 1000000 1001110

Color Harmonies of #DDEBA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEBA3

Black with #DDEBA3

Text Example


Text Example

White with #DDEBA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEBA3; }

 p { color: rgb(221,235,163); }

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

background-color css

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

 a { background-color: rgb(221,235,163); }

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

border-color css

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

 span { border-color: rgb(221,235,163); }

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