Html Css Color HEX #D2EEA1 Reef

📋 copy color: '#D2EEA1'

red 210 ◦ green 238 ◦ blue 161

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

Shades of Reef #D2EEA1

Tints of Reef #D2EEA1

RGB

 RED value IS 210 (82.42% from 255) = 34.48%

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

 BLUE value IS 161 (63.28% from 255) = 26.44%

R = 34.48%
G = 39.08%
B = 26.44%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#D2EEA1 (or 0xD2EEA1) is known color: Reef. HEX triplet: D2, EE and A1. RGB value is (210,238,161). Sum of RGB (Red+Green+Blue) = 210+238+161=609 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.48% from 609); Green value is 238 (93.36% from 255 or 39.08% from 609); Blue value is 161 (63.28% from 255 or 26.44% from 609); Max value from RGB is 238 - color contains mainly: green. Hex color #D2EEA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EEA1 is #2D115E. Grayscale: #DDDDDD. Windows color (decimal): -2953567 or 10612434. OLE color: 10612434.

HSL color Cylindrical-coordinate representation of color #D2EEA1: hue angle of 81.82º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D2EEA1 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 238 161 -
CMYK 0.12 0 0.32 0.07
HSL 81.82º 0.69% 0.78% -
HSV(B) 81.82º 0.32% 0.93% -
XYZ 63.59 77.42 45.31 -
YUV 220.85 94.22 120.26 -
System Red Green Blue C M Y K H S L
Decimal 210 238 161 0.12 0 0.32 0.07 81.82 0.69 0.78
Hex D2 EE A1 C 0 20 7 52 45 4E
Octal 322 356 241 14 0 40 7 122 105 116
Binary 11010010 11101110 10100001 1100 0 100000 111 1010010 1000101 1001110

Color Harmonies of #D2EEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EEA1

Black with #D2EEA1

Text Example


Text Example

White with #D2EEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EEA1; }

 p { color: rgb(210,238,161); }

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

background-color css

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

 a { background-color: rgb(210,238,161); }

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

border-color css

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

 span { border-color: rgb(210,238,161); }

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