Html Css Color HEX #DDEEAF Reef

📋 copy color: '#DDEEAF'

red 221 ◦ green 238 ◦ blue 175

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

Shades of Reef #DDEEAF

Tints of Reef #DDEEAF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.54%

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

R = 34.86%
G = 37.54%
B = 27.6%

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

#DDEEAF (or 0xDDEEAF) is known color: Reef. HEX triplet: DD, EE and AF. RGB value is (221,238,175). Sum of RGB (Red+Green+Blue) = 221+238+175=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 238 (93.36% from 255 or 37.54% from 634); Blue value is 175 (68.75% from 255 or 27.60% from 634); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEEAF is #221150. Grayscale: #E1E1E1. Windows color (decimal): -2232657 or 11529949. OLE color: 11529949.

HSL color Cylindrical-coordinate representation of color #DDEEAF: hue angle of 76.19º degrees, saturation: 0.65, 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 #DDEEAF is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 238 175 -
CMYK 0.07 0 0.26 0.07
HSL 76.19º 0.65% 0.81% -
HSV(B) 76.19º 0.26% 0.93% -
XYZ 68.13 79.62 52.33 -
YUV 225.74 99.37 124.62 -
System Red Green Blue C M Y K H S L
Decimal 221 238 175 0.07 0 0.26 0.07 76.19 0.65 0.81
Hex DD EE AF 7 0 1A 7 4C 41 51
Octal 335 356 257 7 0 32 7 114 101 121
Binary 11011101 11101110 10101111 111 0 11010 111 1001100 1000001 1010001

Color Harmonies of #DDEEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEEAF

Black with #DDEEAF

Text Example


Text Example

White with #DDEEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEEAF; }

 p { color: rgb(221,238,175); }

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

background-color css

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

 a { background-color: rgb(221,238,175); }

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

border-color css

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

 span { border-color: rgb(221,238,175); }

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