Html Css Color HEX #D3EFA6 Reef

📋 copy color: '#D3EFA6'

red 211 ◦ green 239 ◦ blue 166

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

Shades of Reef #D3EFA6

Tints of Reef #D3EFA6

RGB

 RED value IS 211 (82.81% from 255) = 34.25%

 GREEN value IS 239 (93.75% from 255) = 38.8%

 BLUE value IS 166 (65.23% from 255) = 26.95%

R = 34.25%
G = 38.8%
B = 26.95%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#D3EFA6 (or 0xD3EFA6) is known color: Reef. HEX triplet: D3, EF and A6. RGB value is (211,239,166). Sum of RGB (Red+Green+Blue) = 211+239+166=616 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.25% from 616); Green value is 239 (93.75% from 255 or 38.80% from 616); Blue value is 166 (65.23% from 255 or 26.95% from 616); Max value from RGB is 239 - color contains mainly: green. Hex color #D3EFA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3EFA6 is #2C1059. Grayscale: #DEDEDE. Windows color (decimal): -2887770 or 10940371. OLE color: 10940371.

HSL color Cylindrical-coordinate representation of color #D3EFA6: hue angle of 83.01º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D3EFA6 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB 211 239 166 -
CMYK 0.12 0 0.31 0.06
HSL 83.01º 0.7% 0.79% -
HSV(B) 83.01º 0.31% 0.94% -
XYZ 64.61 78.34 47.79 -
YUV 222.31 96.22 119.94 -
System Red Green Blue C M Y K H S L
Decimal 211 239 166 0.12 0 0.31 0.06 83.01 0.7 0.79
Hex D3 EF A6 C 0 1F 6 53 46 4F
Octal 323 357 246 14 0 37 6 123 106 117
Binary 11010011 11101111 10100110 1100 0 11111 110 1010011 1000110 1001111

Color Harmonies of #D3EFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3EFA6

Black with #D3EFA6

Text Example


Text Example

White with #D3EFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3EFA6; }

 p { color: rgb(211,239,166); }

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

background-color css

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

 a { background-color: rgb(211,239,166); }

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

border-color css

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

 span { border-color: rgb(211,239,166); }

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