Html Css Color HEX #DAEEB2 Reef

📋 copy color: '#DAEEB2'

red 218 ◦ green 238 ◦ blue 178

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

Shades of Reef #DAEEB2

Tints of Reef #DAEEB2

RGB

 RED value IS 218 (85.55% from 255) = 34.38%

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

 BLUE value IS 178 (69.92% from 255) = 28.08%

R = 34.38%
G = 37.54%
B = 28.08%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#DAEEB2 (or 0xDAEEB2) is known color: Reef. HEX triplet: DA, EE and B2. RGB value is (218,238,178). Sum of RGB (Red+Green+Blue) = 218+238+178=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 238 (93.36% from 255 or 37.54% from 634); Blue value is 178 (69.92% from 255 or 28.08% from 634); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEEB2 is #25114D. Grayscale: #E1E1E1. Windows color (decimal): -2429262 or 11726554. OLE color: 11726554.

HSL color Cylindrical-coordinate representation of color #DAEEB2: hue angle of 80º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAEEB2 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 238 178 -
CMYK 0.08 0 0.25 0.07
HSL 80º 0.64% 0.82% -
HSV(B) 80º 0.25% 0.93% -
XYZ 67.52 79.27 53.86 -
YUV 225.18 101.37 122.88 -
System Red Green Blue C M Y K H S L
Decimal 218 238 178 0.08 0 0.25 0.07 80 0.64 0.82
Hex DA EE B2 8 0 19 7 50 40 52
Octal 332 356 262 10 0 31 7 120 100 122
Binary 11011010 11101110 10110010 1000 0 11001 111 1010000 1000000 1010010

Color Harmonies of #DAEEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEEB2

Black with #DAEEB2

Text Example


Text Example

White with #DAEEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEEB2; }

 p { color: rgb(218,238,178); }

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

background-color css

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

 a { background-color: rgb(218,238,178); }

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

border-color css

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

 span { border-color: rgb(218,238,178); }

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