Html Css Color HEX #D2E693 Reef

📋 copy color: '#D2E693'

red 210 ◦ green 230 ◦ blue 147

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

Shades of Reef #D2E693

Tints of Reef #D2E693

RGB

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

 GREEN value IS 230 (90.23% from 255) = 39.18%

 BLUE value IS 147 (57.81% from 255) = 25.04%

R = 35.78%
G = 39.18%
B = 25.04%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#D2E693 (or 0xD2E693) is known color: Reef. HEX triplet: D2, E6 and 93. RGB value is (210,230,147). Sum of RGB (Red+Green+Blue) = 210+230+147=587 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.78% from 587); Green value is 230 (90.23% from 255 or 39.18% from 587); Blue value is 147 (57.81% from 255 or 25.04% from 587); Max value from RGB is 230 - color contains mainly: green. Hex color #D2E693 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2E693 is #2D196C. Grayscale: #D6D6D6. Windows color (decimal): -2955629 or 9692882. OLE color: 9692882.

HSL color Cylindrical-coordinate representation of color #D2E693: hue angle of 74.46º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D2E693 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.10.

Color convert

RGB 210 230 147 -
CMYK 0.09 0 0.36 0.10
HSL 74.46º 0.62% 0.74% -
HSV(B) 74.46º 0.36% 0.9% -
XYZ 60.14 72.4 38.41 -
YUV 214.56 89.87 124.75 -
System Red Green Blue C M Y K H S L
Decimal 210 230 147 0.09 0 0.36 0.10 74.46 0.62 0.74
Hex D2 E6 93 9 0 24 A 4A 3E 4A
Octal 322 346 223 11 0 44 12 112 76 112
Binary 11010010 11100110 10010011 1001 0 100100 1010 1001010 111110 1001010

Color Harmonies of #D2E693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E693

Black with #D2E693

Text Example


Text Example

White with #D2E693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E693; }

 p { color: rgb(210,230,147); }

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

background-color css

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

 a { background-color: rgb(210,230,147); }

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

border-color css

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

 span { border-color: rgb(210,230,147); }

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